From be49ca6967ae7088e2ff0a1068f4600faedb05e0 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 19 Sep 2018 17:11:16 -0500 Subject: [PATCH] Add quick-receive 1EA, 3EA, 6EA for mobile receiving but only when cases are allowed. at least for now...should surely be more configurable than we have it now --- tailbone/templates/mobile/receiving/view_row.mako | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tailbone/templates/mobile/receiving/view_row.mako b/tailbone/templates/mobile/receiving/view_row.mako index 9a791ae4..f09fec34 100644 --- a/tailbone/templates/mobile/receiving/view_row.mako +++ b/tailbone/templates/mobile/receiving/view_row.mako @@ -90,6 +90,13 @@ % elif allow_cases: +
+ ## TODO: probably should make these optional / configurable + + + +
+
% else: % endif