fix: Remove print statements
This commit is contained in:
parent
b7c388976d
commit
a4c6cb9f12
@ -105,7 +105,6 @@ def get_total_allocated_amount(payment_entry):
|
||||
bt.docstatus = 1""", (payment_entry.payment_document, payment_entry.payment_entry), as_dict=True)
|
||||
|
||||
def get_paid_amount(payment_entry, currency, bank_account):
|
||||
print(payment_entry.payment_document, "#@#@#@")
|
||||
if payment_entry.payment_document in ["Payment Entry", "Sales Invoice", "Purchase Invoice"]:
|
||||
|
||||
paid_amount_field = "paid_amount"
|
||||
|
Loading…
x
Reference in New Issue
Block a user