modif rowspan

This commit is contained in:
atm-quentin 2019-07-19 14:39:30 +02:00
parent 5a385bf1cc
commit 03ed4eb141

View File

@ -552,7 +552,7 @@ print '<td width="80">&nbsp;</td></tr>'."\n";
* Other parameters
*/
$rowspan = 4;
$rowspan = 5;
if (! empty($conf->global->PRODUIT_MULTIPRICES) || ! empty($conf->global->PRODUIT_CUSTOMER_PRICES_BY_QTY_MULTIPRICES)) $rowspan++;
if (empty($conf->global->PRODUIT_USE_SEARCH_TO_SELECT)) $rowspan++;
if (! empty($conf->global->MAIN_MULTILANGS)) $rowspan++;