Revert "fix: set against type in utils"

This reverts commit f292a0cc4c.
This commit is contained in:
Deepesh Garg
2024-01-14 11:04:13 +05:30
parent fbeaf2b398
commit 9339a8b57f
3 changed files with 0 additions and 5 deletions

View File

@@ -153,7 +153,6 @@ def make_gl_entry(tax, gl_entries, doc, tax_accounts):
"account": tax.account_head,
"cost_center": tax.cost_center,
"posting_date": doc.posting_date,
"against_type": "Supplier",
"against": doc.supplier,
"against_link": doc.supplier,
dr_or_cr: tax.base_tax_amount_after_discount_amount,