Skip to content

Commit

Permalink
Fix phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 15, 2025
1 parent 2f317f0 commit 8b7eaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/pdf.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@ function pdf_getlinedesc($object, $i, $outputlangs, $hideref = 0, $hidedesc = 0,

//id
$idprod = (!empty($object->lines[$i]->fk_product) ? $object->lines[$i]->fk_product : false);
if($idprod) {
if ($idprod) {
$prodser->fetch($idprod);
//load multilangs
if($multilangsactive){
Expand Down

0 comments on commit 8b7eaf3

Please sign in to comment.