minor fix

This commit is contained in:
wilsongomez 2022-04-13 09:34:25 -05:00
parent 4dd0b4193a
commit 9b481d2ca0
1 changed files with 2 additions and 2 deletions

View File

@ -530,8 +530,8 @@ class Receipt(object):
if tip_amount or delivery_amount:
self.print_split('Valor Neto:', money(net_amount))
if self._show_discount:
self.print_split('Descuento:', money(sale['discount']))
# if self._show_discount:
# self.print_split('Descuento:', money(sale['discount']))
self.print_enter()
if sale['cash_received']:
self.print_split('Recibido:', money(sale['cash_received']))