Fixing style errors.

This commit is contained in:
stickler-ci 2020-10-26 13:40:05 +00:00
parent 79ba133a07
commit 541dab5737

View File

@ -1379,7 +1379,7 @@ function pdf_getlinedesc($object, $i, $outputlangs, $hideref = 0, $hidedesc = 0,
$productCustomerPrice = $productCustomerPriceStatic->lines[0];
if (! empty($productCustomerPrice->ref_customer)) {
switch($conf->global->PRODUIT_CUSTOMER_PRICES_PDF_REF_MODE) {
switch ($conf->global->PRODUIT_CUSTOMER_PRICES_PDF_REF_MODE) {
case 1:
$ref_prodserv = $productCustomerPrice->ref_customer;
break;