chore: remove debugging print statements
This commit is contained in:
parent
bf08aa7529
commit
c973e3c746
@ -48,7 +48,6 @@ def _execute(filters, additional_table_columns=None):
|
|||||||
invoice_list, additional_table_columns, include_payments
|
invoice_list, additional_table_columns, include_payments
|
||||||
)
|
)
|
||||||
|
|
||||||
print("Accounts", tax_accounts)
|
|
||||||
if not invoice_list:
|
if not invoice_list:
|
||||||
msgprint(_("No record found"))
|
msgprint(_("No record found"))
|
||||||
return columns, invoice_list
|
return columns, invoice_list
|
||||||
@ -127,7 +126,6 @@ def _execute(filters, additional_table_columns=None):
|
|||||||
or 2
|
or 2
|
||||||
)
|
)
|
||||||
tax_amount = flt(invoice_tax_map.get(inv.name, {}).get(tax_acc), tax_amount_precision)
|
tax_amount = flt(invoice_tax_map.get(inv.name, {}).get(tax_acc), tax_amount_precision)
|
||||||
print(tax_amount)
|
|
||||||
total_tax += tax_amount
|
total_tax += tax_amount
|
||||||
row.update({frappe.scrub(tax_acc): tax_amount})
|
row.update({frappe.scrub(tax_acc): tax_amount})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user