Fix: found 1 blank lines before brace

This commit is contained in:
Juanjo Menent 2018-10-15 12:45:40 +02:00
parent c2814948fb
commit 58cc9aa918

View File

@ -4165,7 +4165,6 @@ class Product extends CommonObject
// Note that $action and $object may have been modified by some hooks // Note that $action and $object may have been modified by some hooks
$reshook=$hookmanager->executeHooks('loadvirtualstock', $parameters, $this, $action); $reshook=$hookmanager->executeHooks('loadvirtualstock', $parameters, $this, $action);
if ($reshook > 0) $this->stock_theorique = $hookmanager->resArray['stock_theorique']; if ($reshook > 0) $this->stock_theorique = $hookmanager->resArray['stock_theorique'];
} }