// not commited sorry
This commit is contained in:
@@ -237,7 +237,7 @@
|
||||
{elseif $field_name eq "state" || $field_name eq 'State:name'}
|
||||
{$stateExist = true}
|
||||
<p class="required id_state select" style="display:none;">
|
||||
<label for="id_state">{l s='State'}<sup>*</sup></label>
|
||||
<label for="id_state">{l s='State'} <sup>*</sup></label>
|
||||
<select name="id_state" id="id_state">
|
||||
<option value="">-</option>
|
||||
</select>
|
||||
@@ -349,7 +349,7 @@
|
||||
{/foreach}
|
||||
{if !$stateExist}
|
||||
<p class="required id_state_invoice select" style="display:none;">
|
||||
<label for="id_state_invoice">{l s='State'}<sup>*</sup></label>
|
||||
<label for="id_state_invoice">{l s='State'} <sup>*</sup></label>
|
||||
<select name="id_state_invoice" id="id_state_invoice">
|
||||
<option value="">-</option>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user