mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
updates to website: removed webnotes.cms
This commit is contained in:
@@ -37,7 +37,7 @@ class TaxController(TransactionController):
|
||||
{"parentfield": self.fmap.taxes_and_charges})
|
||||
|
||||
for base_tax in master_tax_list:
|
||||
tax = DictObj([[field, base_tax.fields.get(field)]
|
||||
tax = _dict([[field, base_tax.fields.get(field)]
|
||||
for field in base_tax.fields
|
||||
if field not in webnotes.model.default_fields])
|
||||
tax.update({
|
||||
|
||||
Reference in New Issue
Block a user