Fix service charges bug in one step form #270
This commit is contained in:
parent
1c9ce12595
commit
0f106ea790
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- TODO: loop through existing service charges for job order -->
|
||||
{% for jo_sc_key, jo_sc in jo_service_charges %}
|
||||
{% for jo_sc_key, jo_sc in obj.getMeta('service_charges')|default([]) %}
|
||||
<div class="form-group m-form__group row">
|
||||
<div class="col-lg-6">
|
||||
<div class="col-lg-12 form-group-inner">
|
||||
|
|
|
|||
Loading…
Reference in a new issue