Fix default value of sales tax is used must be set in creation
This commit is contained in:
parent
9e89675862
commit
d5089f2099
@ -1280,7 +1280,7 @@ else
|
||||
// Vat is used
|
||||
print '<tr><td>'.fieldLabel('VATIsUsed','assujtva_value').'</td>';
|
||||
print '<td>';
|
||||
print $form->selectyesno('assujtva_value', GETPOST('assujtva_value','int'), 1); // Assujeti par defaut en creation
|
||||
print $form->selectyesno('assujtva_value', GETPOSTISSET('assujtva_value')?GETPOST('assujtva_value','int'):1, 1); // Assujeti par defaut en creation
|
||||
print '</td>';
|
||||
print '<td class="nowrap">'.fieldLabel('VATIntra','intra_vat').'</td>';
|
||||
print '<td class="nowrap">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user