fix: fetch company terms

(cherry picked from commit d97b6d38ef)
This commit is contained in:
kunhi
2024-02-12 12:18:37 +04:00
committed by Mergify
parent ab7e323648
commit 83bf28616e

View File

@@ -11,6 +11,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;