Fixing style errors.

This commit is contained in:
stickler-ci 2021-05-27 14:25:42 +00:00
parent fd2d10d443
commit dfb2e54750

View File

@ -2236,8 +2236,7 @@ if (empty($reshook)) {
if (!empty($lines[$i]->detail_batch) && ! empty($conf->global->INCUDE_BATCHINFO_ON_INVOICE)) {
foreach ($lines[$i]->detail_batch as $batchline) {
$desc .= ' '.$langs->trans('Batch').' '.$batchline->batch.' '.$langs->trans('printQty',$batchline->qty).' ';
$desc .= ' '.$langs->trans('Batch').' '.$batchline->batch.' '.$langs->trans('printQty', $batchline->qty).' ';
}
}