Skip to content

Commit

Permalink
Allow stock items in scope for a stocktake to have their labels repri…
Browse files Browse the repository at this point in the history
…nted

Closes #292 on github.
  • Loading branch information
sde1000 committed Jun 25, 2024
1 parent 65f9b6e commit 61f69eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quicktill/managestock.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def reprint_stocklabel():
return
stock.stockpicker(lambda x: stock.reprint_stocklabel_choose_printer(x.id),
title="Re-print a single stock label",
filter=stock.stockfilter(),
filter=stock.stockfilter(allow_in_stocktake=True),
check_checkdigits=False)


Expand Down

0 comments on commit 61f69eb

Please sign in to comment.