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

Works on best mutualized code

Works on MVC
parent 3010c331
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ class ActionsCommonObject
if ($line->product_type == 9 && ! empty($line->special_code))
{
$object->hooks[$line->special_code]->printObjectLine($object,$line,$num,$i);
$object->hooks[$line->special_code]->printOriginObjectLine($line,$i);
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment