Merge pull request #14299 from atm-gauthier/9.0_hidden_unit

FIX : We need to see unit line on PDF even though it's an option
This commit is contained in:
Laurent Destailleur 2020-07-29 13:18:17 +02:00 committed by GitHub
commit 454a804b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1826,7 +1826,6 @@ function pdf_getlineunit($object, $i, $outputlangs, $hidedetails = 0, $hookmanag
}
if (empty($reshook))
{
if ($object->lines[$i]->special_code == 3) return '';
if (empty($hidedetails) || $hidedetails > 1) $result.=$langs->transnoentitiesnoconv($object->lines[$i]->getLabelOfUnit('short'));
}
return $result;