[FIX] point_of_sale: bad indentation

This commit is contained in:
Goffin Simon 2015-05-11 14:10:12 +02:00
parent 163e7ee5ed
commit 740efb9349
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class pos_details(report_sxw.rml_parse):
return {}
def _total_of_the_day(self, objects):
return self.total or 0.00
return self.total or 0.00
def _sum_invoice(self, objects):
return reduce(lambda acc, obj: