2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 11:29:03 +00:00

Merge pull request #38 from revant/fixGLTypo

Fix directory typo
This commit is contained in:
Faris Ansari 2018-05-03 14:22:51 +05:30 committed by GitHub
commit 51710fdf19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
const frappe = require('frappejs'); const frappe = require('frappejs');
const GeneralLedgerView = require('../reports/generalLedger/GeneralLedgerView'); const GeneralLedgerView = require('../reports/GeneralLedger/GeneralLedgerView');
const ProfitAndLossView = require('./ProfitAndLoss/ProfitAndLossView'); const ProfitAndLossView = require('./ProfitAndLoss/ProfitAndLossView');
const BalanceSheetView = require('./BalanceSheet/BalanceSheetView'); const BalanceSheetView = require('./BalanceSheet/BalanceSheetView');
const TrialBalanceView = require('./TrialBalance/TrialBalanceView'); const TrialBalanceView = require('./TrialBalance/TrialBalanceView');