diff --git a/frappe/index.js b/frappe/index.js index f9a0c676..058fce6e 100644 --- a/frappe/index.js +++ b/frappe/index.js @@ -6,6 +6,7 @@ const { DEFAULT_INTERNAL_PRECISION, DEFAULT_DISPLAY_PRECISION, } = require('./utils/consts'); +const { markRaw } = require('vue'); module.exports = { initializeAndRegister(customModels = {}, force = false) { @@ -55,7 +56,12 @@ module.exports = { display = parseInt(display); } - this.pesa = getMoneyMaker({ currency, precision, display }); + this.pesa = getMoneyMaker({ + currency, + precision, + display, + wrapper: markRaw, + }); }, init(force) { diff --git a/models/doctype/GSTR3B/GSTR3BPrintView.vue b/models/doctype/GSTR3B/GSTR3BPrintView.vue index 668c00ad..db931fdf 100644 --- a/models/doctype/GSTR3B/GSTR3BPrintView.vue +++ b/models/doctype/GSTR3B/GSTR3BPrintView.vue @@ -2,18 +2,28 @@
- {{ t('PDF') }} + {{ t('PDF') }}
-