Resolve merge conflicts
This commit is contained in:
commit
6a8e3761c3
@ -795,8 +795,7 @@ class Mo extends CommonObject
|
|||||||
$this->db->commit();
|
$this->db->commit();
|
||||||
}
|
}
|
||||||
return $moline->delete($user, $notrigger);
|
return $moline->delete($user, $notrigger);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
foreach ($arrayoflines as $key => $arrayofline) {
|
foreach ($arrayoflines as $key => $arrayofline) {
|
||||||
$lineDetails = $arrayoflines[$key];
|
$lineDetails = $arrayoflines[$key];
|
||||||
$productstatic->fetch($lineDetails['fk_product']);
|
$productstatic->fetch($lineDetails['fk_product']);
|
||||||
@ -821,8 +820,7 @@ class Mo extends CommonObject
|
|||||||
}
|
}
|
||||||
return $this->deleteLineCommon($user, $idline, $notrigger);
|
return $this->deleteLineCommon($user, $idline, $notrigger);
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
return $this->deleteLineCommon($user, $idline, $notrigger);
|
return $this->deleteLineCommon($user, $idline, $notrigger);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user