Bug fix for loading JO form for edit. #354
This commit is contained in:
parent
9125a0d2fa
commit
e93e0dd943
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@
|
|||
<form id="row-form" class="m-form m-form--fit m-form--label-align-right" method="post" action="{{ submit_url }}">
|
||||
<input type="hidden" id="invoice-change" name="invoice_change" value="0">
|
||||
<input type="hidden" id="cid" name="cid" value="0">
|
||||
{% if mode in ['update-assigning', 'update-processing', 'update-reassign-hub', 'update-reassign-rider', 'update-all', 'open_edit'] %}
|
||||
<input type="hidden" id="cid" name="cid" value="{{ obj.getCustomer.getID }}">
|
||||
{% endif %}
|
||||
<div class="m-portlet__body">
|
||||
|
||||
{% if ftags.vehicle_dropdown %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue