removed print
This commit is contained in:
parent
8626d3881d
commit
89c050e67d
@ -295,7 +295,6 @@ class calculate_taxes_and_totals(object):
|
||||
self.doc.base_grand_total = flt(self.doc.get("taxes")[-1].total
|
||||
if self.doc.get("taxes") else self.doc.base_net_total)
|
||||
|
||||
print self.doc
|
||||
self.doc.base_total_taxes_and_charges = flt(self.doc.base_grand_total - self.doc.base_net_total,
|
||||
self.doc.precision("base_total_taxes_and_charges"))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user