Skip to content

Commit

Permalink
Merge pull request #11585 from ATM-Marc/FIX_9.0_expedition_printObjec…
Browse files Browse the repository at this point in the history
…tLine_loop

FIX: expedition card: infinite loop for printObjectLine hook if return > 0
  • Loading branch information
eldy committed Jul 30, 2019
2 parents bb885ca + 87fc3c3 commit c080878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/expedition/card.php
Expand Up @@ -1586,9 +1586,9 @@
print $line->showOptionals($extrafieldsline, 'edit', array('style'=>$bc[$var], 'colspan'=>$colspan),$indiceAsked);
print '</tr>';
}

$indiceAsked++;
}

$indiceAsked++;
}

print "</table>";
Expand Down

0 comments on commit c080878

Please sign in to comment.