// Update accounting controller due to last commit
This commit is contained in:
@@ -38,16 +38,16 @@
|
||||
<fieldset>
|
||||
<legend>{l s='Account number'}</legend>
|
||||
<div class="hint" style="display:block">
|
||||
{l s='Configure the account number by zone for:'} <b>{$shop['name']}</b>.
|
||||
{l s='Configure the account number by zone for:'} <b>{$shop_details['name']}</b>
|
||||
</div>
|
||||
<br />
|
||||
<form id="{$table}_form" method="POST" action="{$smarty.server.REQUEST_URI}">
|
||||
<label>{l s='Default number for this shop'}</label>
|
||||
<div class="margin-form">
|
||||
<input type="text" name="default_account_number" value="{$shop['default_account_number']}" />
|
||||
<input type="text" name="default_account_number" value="{$shop_details['default_account_number']}" />
|
||||
<p>{l s='If a zone field is empty it will use this default number.'}</p>
|
||||
</div>
|
||||
{foreach from=$shop['zones'] key=id_zone item=currentZone}
|
||||
{foreach from=$shop_details['zones'] key=id_zone item=currentZone}
|
||||
<label>{$currentZone['name']}</label>
|
||||
<div class="margin-form">
|
||||
<input type="text" name="zone_{$id_zone}" value="{$currentZone['account_number']}" />
|
||||
|
||||
Reference in New Issue
Block a user