3
0
Fork 0

fix: only show execution panel if batch view supports it

e.g. POS batch view should not
This commit is contained in:
Lance Edgar 2026-01-02 19:25:33 -06:00
parent 6fd4e15ca2
commit 9b5b7ad9a7

View file

@ -7,6 +7,7 @@
</%def> </%def>
<%def name="tool_panel_execution()"> <%def name="tool_panel_execution()">
% if master.executable:
<wutta-tool-panel heading="Execution"> <wutta-tool-panel heading="Execution">
% if batch.executed: % if batch.executed:
<b-notification :closable="false"> <b-notification :closable="false">
@ -87,6 +88,7 @@
% endif % endif
% endif % endif
</wutta-tool-panel> </wutta-tool-panel>
% endif
</%def> </%def>
<%def name="modify_vue_vars()"> <%def name="modify_vue_vars()">