From ec0865b03f9b195b3f3c25b46ef5befc97c67db5 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 5 Jan 2018 16:52:08 -0600 Subject: [PATCH] Show 'static_prices' flag for label batches --- tailbone/views/labels/batch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tailbone/views/labels/batch.py b/tailbone/views/labels/batch.py index 8df24ef0..0e97d0bf 100644 --- a/tailbone/views/labels/batch.py +++ b/tailbone/views/labels/batch.py @@ -74,6 +74,7 @@ class LabelBatchView(BatchMasterView): include=[ fs.id, fs.description, + fs.static_prices, fs.notes, fs.created, fs.created_by,