Show 'static_prices' flag for label batches

This commit is contained in:
Lance Edgar 2018-01-05 16:52:08 -06:00
parent 6ed37743a5
commit ec0865b03f

View file

@ -74,6 +74,7 @@ class LabelBatchView(BatchMasterView):
include=[ include=[
fs.id, fs.id,
fs.description, fs.description,
fs.static_prices,
fs.notes, fs.notes,
fs.created, fs.created,
fs.created_by, fs.created_by,