2
0
mirror of https://github.com/frappe/books.git synced 2025-01-24 15:48:25 +00:00
This commit is contained in:
Revant Nandgaonkar 2018-03-27 14:42:43 +05:30
parent 66cdea78a5
commit 0ad6223ba8

View File

@ -1,4 +1,4 @@
const Invoice = require('./invoiceDocument'); const Invoice = require('./InvoiceDocument');
const frappe = require('frappejs'); const frappe = require('frappejs');
const LedgerPosting = require.main.require('./accounting/ledgerPosting'); const LedgerPosting = require.main.require('./accounting/ledgerPosting');