mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
parent
72c6d7f6c7
commit
5bae1a54ec
@ -5,7 +5,7 @@ module.exports = {
|
||||
AccountingSettings: require('./doctype/AccountingSettings/AccountingSettings'),
|
||||
CompanySettings: require('./doctype/CompanySettings/CompanySettings'),
|
||||
AccountingLedgerEntry: require('./doctype/AccountingLedgerEntry/AccountingLedgerEntry.js'),
|
||||
// Party: require('./doctype/Party/Party.js'),
|
||||
Party: require('./doctype/Party/Party.js'),
|
||||
|
||||
Payment: require('./doctype/Payment/Payment.js'),
|
||||
PaymentFor: require('./doctype/PaymentFor/PaymentFor.js'),
|
||||
|
@ -41,7 +41,7 @@ export default {
|
||||
name: 'SetupWizard',
|
||||
data() {
|
||||
return {
|
||||
meta: null,
|
||||
meta: frappe.getMeta('SetupWizard'),
|
||||
currentSection: 0
|
||||
};
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user