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