Fix: Info assujéti TVA mal renseignée
This commit is contained in:
parent
b3161c420e
commit
c489a1f625
@ -115,7 +115,7 @@ if ( $societe->fetch($socid) )
|
|||||||
// Assujeti à TVA ou pas
|
// Assujeti à TVA ou pas
|
||||||
print '<tr>';
|
print '<tr>';
|
||||||
print '<td nowrap="nowrap">'.$langs->trans('VATIsUsed').'</td><td colspan="3">';
|
print '<td nowrap="nowrap">'.$langs->trans('VATIsUsed').'</td><td colspan="3">';
|
||||||
print yn($objsoc->tva_assuj);
|
print yn($societe->tva_assuj);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user