diff --git a/htdocs/product/card.php b/htdocs/product/card.php index 2b4c8d205f8..da21218729e 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -1114,6 +1114,14 @@ else { // We do no show price array on create when multiprices enabled. // We must set them on prices tab. + print '
| ' . $langs->trans("VATRate") . ' | '; + $defaultva = get_default_tva($mysoc, $mysoc); + print $form->load_tva("tva_tx", $defaultva, $mysoc, $mysoc, 0, 0, '', false, 1); + print ' |