mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix property not defined
This commit is contained in:
@@ -824,7 +824,7 @@ class Mo extends CommonObject
|
||||
{
|
||||
foreach ($this->lines as $line)
|
||||
{
|
||||
if (is_object($hookmanager) && (($line->product_type == 9 && ! empty($line->special_code)) || ! empty($line->fk_parent_line)))
|
||||
if (is_object($hookmanager))
|
||||
{
|
||||
if (empty($line->fk_parent_line))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user