FIX balance of TR
This commit is contained in:
parent
d1a41c50d0
commit
5120093872
@ -1698,7 +1698,7 @@ else
|
|||||||
// VAT is used
|
// VAT is used
|
||||||
print '<tr><td>'.fieldLabel('VATIsUsed','assujtva_value').'</td><td colspan="3">';
|
print '<tr><td>'.fieldLabel('VATIsUsed','assujtva_value').'</td><td colspan="3">';
|
||||||
print $form->selectyesno('assujtva_value',$object->tva_assuj,1);
|
print $form->selectyesno('assujtva_value',$object->tva_assuj,1);
|
||||||
print '</td>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Local Taxes
|
// Local Taxes
|
||||||
//TODO: Place into a function to control showing by country or study better option
|
//TODO: Place into a function to control showing by country or study better option
|
||||||
@ -1751,7 +1751,7 @@ else
|
|||||||
}
|
}
|
||||||
|
|
||||||
// VAT Code
|
// VAT Code
|
||||||
print '<td>'.fieldLabel('VATIntra','intra_vat').'</td>';
|
print '<tr><td>'.fieldLabel('VATIntra','intra_vat').'</td>';
|
||||||
print '<td colspan="3">';
|
print '<td colspan="3">';
|
||||||
$s ='<input type="text" class="flat maxwidthonsmartphone" name="tva_intra" id="intra_vat" maxlength="20" value="'.$object->tva_intra.'">';
|
$s ='<input type="text" class="flat maxwidthonsmartphone" name="tva_intra" id="intra_vat" maxlength="20" value="'.$object->tva_intra.'">';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user