fix: fetch company terms

(cherry picked from commit d97b6d38ef732205f8de17dcb01d90ea1f5120fa)
This commit is contained in:
kunhi 2024-02-12 12:18:37 +04:00 committed by Mergify
parent 88a7248888
commit 14fe0af887

View File

@ -14,6 +14,7 @@ erpnext.accounts.SalesInvoiceController = class SalesInvoiceController extends e
super.setup(doc);
}
company() {
super.company();
erpnext.accounts.dimensions.update_dimension(this.frm, this.frm.doctype);
let me = this;