Merge pull request #15984 from frederic34/patch-14

fix merge
This commit is contained in:
Laurent Destailleur 2021-01-16 17:00:12 +01:00 committed by GitHub
commit bb6ea8a6cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -695,14 +695,15 @@ while ($i < min($num, $limit)) {
print '<tr class="oddeven">';
// Piece number
if (!empty($arrayfields['t.piece_num']['checked']))
{
if (!empty($arrayfields['t.piece_num']['checked'])) {
print '<td>';
$object->id = $line->id;
$object->piece_num = $line->piece_num;
print $object->getNomUrl(1, '', 0, '', 1);
print '</td>';
if (!$i) $totalarray['nbfield']++;
if (!$i) {
$totalarray['nbfield']++;
}
}
// Journal code