mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
Renamed to skipDocumentCache
This commit is contained in:
parent
721bfab5b8
commit
80e542f390
@ -20,7 +20,7 @@ export default {
|
||||
},
|
||||
async mounted() {
|
||||
this.doc = await frappe.getDoc('AccountingSettings', 'AccountingSettings', {
|
||||
skipCacheDocument: true
|
||||
skipDocumentCache: true
|
||||
});
|
||||
},
|
||||
computed: {
|
||||
|
Loading…
Reference in New Issue
Block a user