Skip to content
Snippets Groups Projects
Commit a4063346 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #4458 from atm-alexis/FIX_bad_pdf_refetch_erase_hook_modification

FIX line refetch incompatible with hook practice
parents cceeefb7 48d67457
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,7 @@ class pdf_strato extends ModelePDFContract
{
$objectligne = $object->lines[$i];
$valide = $objectligne->id ? $objectligne->fetch($objectligne->id) : 0;
$valide = $objectligne->id ? 1 : 0;
if ($valide > 0 || $object->specimen)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment