Fixing style errors.
This commit is contained in:
parent
485ef522d2
commit
56a5e8ca3c
@ -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 '<td width="60" class="right">';
|
||||
print $form->selectPriceBaseType($conf->global->PRODUCT_PRICE_BASE_TYPE, "price_base_type");
|
||||
print '</td>';
|
||||
print '</tr>';
|
||||
|
||||
|
||||
// sousproduits activation/desactivation
|
||||
|
||||
print '<tr class="oddeven">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user