From 56a5e8ca3ca28b5bb30f1267898bcdcacb926ed1 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sun, 3 May 2020 17:50:10 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/product/admin/product.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/admin/product.php b/htdocs/product/admin/product.php index 4841c97f2bc..c0d1b26b93f 100644 --- a/htdocs/product/admin/product.php +++ b/htdocs/product/admin/product.php @@ -131,7 +131,7 @@ if ($action == 'other') $value = GETPOST('price_base_type', 'alpha'); $res = dolibarr_set_const($db, "PRODUCT_PRICE_BASE_TYPE", $value, 'chaine', 0, '', $conf->entity); - + $value = GETPOST('PRODUIT_SOUSPRODUITS', 'alpha'); $res = dolibarr_set_const($db, "PRODUIT_SOUSPRODUITS", $value, 'chaine', 0, '', $conf->entity); @@ -608,7 +608,7 @@ print ''; print $form->selectPriceBaseType($conf->global->PRODUCT_PRICE_BASE_TYPE, "price_base_type"); print ''; print ''; - + // sousproduits activation/desactivation print '';