New: VAT number is saved in one field only. This is more "international".
This commit is contained in:
parent
118377a4b5
commit
987127d634
@ -582,7 +582,7 @@ $_GET["action"] == 'create' || $_POST["action"] == 'create')
|
|||||||
}
|
}
|
||||||
print '<td nowrap="nowrap">'.$langs->trans('VATIntra').'</td>';
|
print '<td nowrap="nowrap">'.$langs->trans('VATIntra').'</td>';
|
||||||
print '<td nowrap="nowrap">';
|
print '<td nowrap="nowrap">';
|
||||||
$s.='<input type="text" class="flat" name="tva_intra" size="12" maxlength="20" value="'.$soc->tva_intra.'">';
|
$s ='<input type="text" class="flat" name="tva_intra" size="12" maxlength="20" value="'.$soc->tva_intra.'">';
|
||||||
$s.=' ';
|
$s.=' ';
|
||||||
if ($conf->use_javascript_ajax)
|
if ($conf->use_javascript_ajax)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user