I wanted to announce that it missed the call of a variable in the file admin/view/template/sale/customer_form.tpl.
To replace:
Code: Select all
<span id="address_add" onclick="addAddress();" class="add" style="float: right; margin-right: 14px; font-size: 13px; font-weight: bold;">Add </span></div>
Code: Select all
<span id="address_add" onclick="addAddress();" class="add" style="float: right; margin-right: 14px; font-size: 13px; font-weight: bold;"><?php echo $button_add; ?></span></div>
Please excuse my bad English