Skip to content
Snippets Groups Projects
Commit d2727614 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: compatibility with external module and hook

parent 0fc33969
No related branches found
No related tags found
No related merge requests found
......@@ -1440,7 +1440,7 @@ class CommonObject
if (($line->product_type == 9 && ! empty($line->special_code)) || ! empty($line->fk_parent_line))
{
if (empty($line->fk_parent_line)) $this->hooks[$line->special_code]->printObjectLine($this,$line,$num,$i);
if (empty($line->fk_parent_line)) $this->hooks[$line->special_code]->printObjectLine($this,$line,$num,$i,$dateSelector,$seller,$buyer);
}
else
{
......
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