From 478947d630a3cc847e339bdf7663055bbfb5cd56 Mon Sep 17 00:00:00 2001 From: aspangaro Date: Sun, 23 Aug 2015 07:46:37 +0200 Subject: [PATCH] Correct --- htdocs/product/price.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/product/price.php b/htdocs/product/price.php index 29f0c1bb455..87534a6162f 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -799,7 +799,6 @@ if ($action == 'edit_price' && ($user->rights->produit->creer || $user->rights-> dol_fiche_head(''); print ''; - print ''; // VAT if ($i == 1) { @@ -838,10 +837,10 @@ if ($action == 'edit_price' && ($user->rights->produit->creer || $user->rights-> } print ''; - print ''; - print ''; print '
   '; + print '
'; + print '   '; print '
'; dol_fiche_end();