Skip to content

Commit

Permalink
FIX: expedition card: infinite loop for printObjectLine hook if retur…
Browse files Browse the repository at this point in the history
…n > 0
  • Loading branch information
ATM-Marc committed Jul 29, 2019
1 parent 471a947 commit 87fc3c3
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 87fc3c3

Please sign in to comment.