FIXME: this return create an error in jenkins
This commit is contained in:
parent
d97f1937f8
commit
36ca334821
@ -1170,7 +1170,7 @@ class CommandeFournisseur extends CommonOrder
|
|||||||
$this->error="No price found for this quantity. Quantity may be too low ?";
|
$this->error="No price found for this quantity. Quantity may be too low ?";
|
||||||
$this->db->rollback();
|
$this->db->rollback();
|
||||||
dol_syslog(get_class($this)."::addline result=".$result." - ".$this->error, LOG_DEBUG);
|
dol_syslog(get_class($this)."::addline result=".$result." - ".$this->error, LOG_DEBUG);
|
||||||
return -1;
|
return -1; // FIXME this return create an error in jenkins
|
||||||
}
|
}
|
||||||
if ($result < -1)
|
if ($result < -1)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user