Skip to content

Commit

Permalink
fix enable printMessage with ./cash verify
Browse files Browse the repository at this point in the history
This option has been forgot when introducing the parameter printMessage
in cash verify :-)

fixes #104
  • Loading branch information
patkan committed Jul 23, 2016
1 parent 8d8d92c commit 2017193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FabLabKasse/cashPayment/cashState.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ def decodeUtf8(x):
date = dateFromString(" ".join(arguments['<date>']), None)
else:
date = None
verifySum(db, date=date)
verifySum(db, printMessage=True, date=date)
elif arguments['verify-search']:
step = timedelta(0, 3600)
verifySearch(db, step)
Expand Down

0 comments on commit 2017193

Please sign in to comment.