Update product.php

This commit is contained in:
Laurent Destailleur 2019-07-25 18:01:47 +02:00 committed by GitHub
parent 9a0e0fbdd2
commit 0c6499f193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -552,7 +552,7 @@ print '<td width="80">&nbsp;</td></tr>'."\n";
* Other parameters
*/
$rowspan = 5;
$rowspan = 4;
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++;