From 703d583f6fcb1bd3452a7f775502e3ffc9cd5b9c Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 7 May 2024 11:53:44 -0500 Subject: [PATCH] Fix "tools" helper for receiving batch view, per oruga --- tailbone/templates/batch/view.mako | 4 +- tailbone/templates/receiving/view.mako | 175 ++++++++++++------------- 2 files changed, 90 insertions(+), 89 deletions(-) diff --git a/tailbone/templates/batch/view.mako b/tailbone/templates/batch/view.mako index 9b214662..5e3328d9 100644 --- a/tailbone/templates/batch/view.mako +++ b/tailbone/templates/batch/view.mako @@ -71,7 +71,9 @@ diff --git a/tailbone/templates/receiving/view.mako b/tailbone/templates/receiving/view.mako index d639ff24..80c45103 100644 --- a/tailbone/templates/receiving/view.mako +++ b/tailbone/templates/receiving/view.mako @@ -38,103 +38,102 @@ <%def name="render_tools_helper()"> % if allow_confirm_all_costs or (master.has_perm('auto_receive') and master.can_auto_receive(batch)): + % endif