mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
[Fixes] Tax withholding category and Bank Guarantee (#14576)
* Fetch withheld percentage * Set query for accounts on the basis of company * Fix bank guarantee error on submit * Remove errors caused by fields which are removed
This commit is contained in:
@@ -284,8 +284,7 @@ def set_tax_withholding_category(docs, company):
|
||||
{
|
||||
'doctype': 'Tax Withholding Category', '__newname': 'TDS',
|
||||
'percent_of_tax_withheld': 10,'threshold': 150000, 'book_on_invoice': 1,
|
||||
'book_on_advance': 0, "withhold_cumulative_tax_amount": 0,
|
||||
'accounts': accounts
|
||||
'withhold_cumulative_tax_amount': 0, 'accounts': accounts
|
||||
}
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user