From 5afd2695fbc0a74818990ea220ad3b74f019de1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 19 Oct 2017 18:33:15 +0200 Subject: [PATCH] keep vat input with multiprices product creation --- htdocs/product/card.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ''; + // 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 {