[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
diff --git a/erpnext/regional/india/setup.py b/erpnext/regional/india/setup.py
index 1a28f77..53299e0 100644
--- a/erpnext/regional/india/setup.py
+++ b/erpnext/regional/india/setup.py
@@ -284,8 +284,7 @@
 		{
 			'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
 		}
 	])