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

fix: update file list on new

This commit is contained in:
18alantom 2022-07-30 03:20:21 -07:00
parent f3ca36cdd3
commit f59120e2a6

View File

@ -102,6 +102,7 @@ export default {
'companyName' 'companyName'
); );
await this.setSearcher(); await this.setSearcher();
await updateConfigFiles(fyo);
}, },
async setSearcher() { async setSearcher() {
this.searcher = new Search(fyo); this.searcher = new Search(fyo);
@ -133,7 +134,6 @@ export default {
} }
await initializeInstance(filePath, false, countryCode, fyo); await initializeInstance(filePath, false, countryCode, fyo);
await updateConfigFiles(fyo);
await this.setDesk(filePath); await this.setDesk(filePath);
}, },
async setDeskRoute() { async setDeskRoute() {