This commit is contained in:
2025-03-28 09:24:59 +08:00
parent 2a62c4daa5
commit 9353d44b3f
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
<div class="form-group">
<label class="control-label col-xs-12 col-sm-2">{:__('Customer_name')}:</label>
<div class="col-xs-12 col-sm-8">
<input id="c-customer_name" data-rule="required" class="form-control" name="row[customer_name]" type="text" value="{$row.customer_name|htmlentities}">
<input id="c-customer_name" data-rule="required" class="form-control" name="row[name]" type="text" value="{$row.customer_name|htmlentities}">
</div>
</div>
<div class="form-group">