2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 14:50: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'
);
await this.setSearcher();
await updateConfigFiles(fyo);
},
async setSearcher() {
this.searcher = new Search(fyo);
@ -133,7 +134,6 @@ export default {
}
await initializeInstance(filePath, false, countryCode, fyo);
await updateConfigFiles(fyo);
await this.setDesk(filePath);
},
async setDeskRoute() {