make payment entry for the fees

This commit is contained in:
Manas Solanki
2017-07-25 15:22:47 +05:30
committed by Nabin Hait
parent 2b39d5d6d5
commit 4e0559bc79
18 changed files with 436 additions and 140 deletions

View File

@@ -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)