keep vat input with multiprices product creation
This commit is contained in:
parent
d4ade7b935
commit
5afd2695fb
@ -1114,6 +1114,14 @@ else
|
|||||||
{
|
{
|
||||||
// We do no show price array on create when multiprices enabled.
|
// We do no show price array on create when multiprices enabled.
|
||||||
// We must set them on prices tab.
|
// We must set them on prices tab.
|
||||||
|
print '<table class="border" width="100%">';
|
||||||
|
// VAT
|
||||||
|
print '<tr><td class="titlefieldcreate">' . $langs->trans("VATRate") . '</td><td>';
|
||||||
|
$defaultva = get_default_tva($mysoc, $mysoc);
|
||||||
|
print $form->load_tva("tva_tx", $defaultva, $mysoc, $mysoc, 0, 0, '', false, 1);
|
||||||
|
print '</td></tr>';
|
||||||
|
print '</table>';
|
||||||
|
print '<br>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user