New: VAT number is saved in one field only. This is more "international".

This commit is contained in:
Laurent Destailleur 2009-12-09 13:30:32 +00:00
parent 118377a4b5
commit 987127d634

View File

@ -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)
{ {