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:
parent
f3ca36cdd3
commit
f59120e2a6
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user