2
0
mirror of https://github.com/frappe/books.git synced 2025-01-11 02:36:14 +00:00

Renamed to skipDocumentCache

This commit is contained in:
Piyush Singhania 2022-01-11 19:13:16 +05:30 committed by Alan
parent 721bfab5b8
commit 80e542f390

View File

@ -20,7 +20,7 @@ export default {
}, },
async mounted() { async mounted() {
this.doc = await frappe.getDoc('AccountingSettings', 'AccountingSettings', { this.doc = await frappe.getDoc('AccountingSettings', 'AccountingSettings', {
skipCacheDocument: true skipDocumentCache: true
}); });
}, },
computed: { computed: {