Add initial support for receiving truck dump batch via mobile
i.e. just the initial truck dump, but secondary invoice batches are not yet supported. also this maybe breaks other things..we'll see
This commit is contained in:
parent
b515331e48
commit
9ed501a8cc
9 changed files with 214 additions and 62 deletions
|
@ -75,7 +75,7 @@
|
|||
|
||||
${rows_grid|n}
|
||||
|
||||
% if not batch.executed:
|
||||
% if master.handler.executable(batch) and not batch.executed:
|
||||
<div id="execution-options-dialog" style="display: none;">
|
||||
${execute_form.render_deform(form_kwargs={'name': 'batch-execution'}, buttons=False)|n}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue