diff --git a/htdocs/product/card.php b/htdocs/product/card.php index e9a60e7de88..8c6a2aaeebf 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 ''; + // VAT + print ''; + print '
' . $langs->trans("VATRate") . ''; + $defaultva = get_default_tva($mysoc, $mysoc); + print $form->load_tva("tva_tx", $defaultva, $mysoc, $mysoc, 0, 0, '', false, 1); + print '
'; + print '
'; } else {