fix: call base clase onload method
This commit is contained in:
parent
539c77c591
commit
f95171e808
@ -46,6 +46,7 @@ class PurchaseInvoice(BuyingController):
|
||||
}]
|
||||
|
||||
def onload(self):
|
||||
super(PurchaseInvoice, self).onload()
|
||||
supplier_tds = frappe.db.get_value("Supplier", self.supplier, "tax_withholding_category")
|
||||
self.set_onload("supplier_tds", supplier_tds)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user