Skip to content

Commit

Permalink
FIXUP for e786bcb
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmax committed Apr 14, 2017
1 parent e786bcb commit 31397ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FabLabKasse/shopping/payment_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ def _show_dialog(self):
self.print_receipt = print_receipt == QtGui.QMessageBox.Yes;
self.successful = pay_func.executePayment()
self.amount_paid= pay_func.getPaidAmount()
self.print_receipt = False;
self.amount_returned = 0

pay_func.close()
Expand Down

0 comments on commit 31397ea

Please sign in to comment.