fix: enable tax withholding checkbox in PI with supplier_tds

(cherry picked from commit b461724416)
This commit is contained in:
ruthra kumar
2022-07-22 14:32:14 +05:30
committed by Mergify
parent 13639682ce
commit bc7494278d

View File

@@ -158,6 +158,7 @@ class PurchaseInvoice(BuyingController):
if tds_category and not for_validate:
self.apply_tds = 1
self.tax_withholding_category = tds_category
self.set_onload("supplier_tds", tds_category)
super(PurchaseInvoice, self).set_missing_values(for_validate)