FIX: expedition card: infinite loop for printObjectLine hook if return > 0
This commit is contained in:
parent
471a947e8a
commit
87fc3c3968
@ -1586,9 +1586,9 @@ if ($action == 'create')
|
||||
print $line->showOptionals($extrafieldsline, 'edit', array('style'=>$bc[$var], 'colspan'=>$colspan),$indiceAsked);
|
||||
print '</tr>';
|
||||
}
|
||||
|
||||
$indiceAsked++;
|
||||
}
|
||||
|
||||
$indiceAsked++;
|
||||
}
|
||||
|
||||
print "</table>";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user