mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
make payment entry for the fees
This commit is contained in:
committed by
Nabin Hait
parent
2b39d5d6d5
commit
4e0559bc79
@@ -116,7 +116,6 @@ def round_off_debit_credit(gl_map):
|
||||
currency=frappe.db.get_value("Company", gl_map[0].company, "default_currency", cache=True))
|
||||
|
||||
debit_credit_diff = 0.0
|
||||
print ("gl map", gl_map)
|
||||
for entry in gl_map:
|
||||
entry.debit = flt(entry.debit, precision)
|
||||
entry.credit = flt(entry.credit, precision)
|
||||
|
||||
Reference in New Issue
Block a user