fix: only show execution panel if batch view supports it
e.g. POS batch view should not
This commit is contained in:
parent
6fd4e15ca2
commit
9b5b7ad9a7
1 changed files with 74 additions and 72 deletions
|
|
@ -7,6 +7,7 @@
|
|||
</%def>
|
||||
|
||||
<%def name="tool_panel_execution()">
|
||||
% if master.executable:
|
||||
<wutta-tool-panel heading="Execution">
|
||||
% if batch.executed:
|
||||
<b-notification :closable="false">
|
||||
|
|
@ -87,6 +88,7 @@
|
|||
% endif
|
||||
% endif
|
||||
</wutta-tool-panel>
|
||||
% endif
|
||||
</%def>
|
||||
|
||||
<%def name="modify_vue_vars()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue