mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Removed no more required hidden option
This commit is contained in:
@@ -1266,7 +1266,7 @@ else
|
||||
// Vat is used
|
||||
print '<tr><td>'.fieldLabel('VATIsUsed','assujtva_value').'</td>';
|
||||
print '<td>';
|
||||
print $form->selectyesno('assujtva_value',(isset($conf->global->THIRDPARTY_DEFAULT_USEVAT)?$conf->global->THIRDPARTY_DEFAULT_USEVAT:1),1); // Assujeti par defaut en creation
|
||||
print $form->selectyesno('assujtva_value', GETPOST('assujtva_value','int'), 1); // Assujeti par defaut en creation
|
||||
print '</td>';
|
||||
print '<td class="nowrap">'.fieldLabel('VATIntra','intra_vat').'</td>';
|
||||
print '<td class="nowrap">';
|
||||
|
||||
Reference in New Issue
Block a user