File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ public static function showForSupplier(Supplier $supplier)
148
148
nochecklimit: true
149
149
}) }}
150
150
{% set btn %}
151
- <button type="submit" class="btn btn-primary">{{ btn_label }}</button>
151
+ <button type="submit" name='add' class="btn btn-primary">{{ btn_label }}</button>
152
152
{% endset %}
153
153
{{ fields.htmlField('', btn, null) }}
154
154
</div>
@@ -271,7 +271,7 @@ public static function showForContract(Contract $contract)
271
271
entity_sons: contract.fields['is_recursive']
272
272
}) }}
273
273
{% set btn %}
274
- <button type="submit" class="btn btn-primary">{{ btn_label }}</button>
274
+ <button type="submit" name='add' class="btn btn-primary">{{ btn_label }}</button>
275
275
{% endset %}
276
276
{{ fields.htmlField('', btn, null) }}
277
277
</div>
You can’t perform that action at this time.
0 commit comments