2
0
forked from Wavyzz/dolibarr

Fix several fixes in APIs

This commit is contained in:
Laurent Destailleur
2017-10-19 12:30:36 +02:00
parent 7ee64fc0d4
commit 93d16bf4d7
6 changed files with 215 additions and 19 deletions

View File

@@ -1431,10 +1431,10 @@ class Commande extends CommonOrder
return -2;
}
}
else
{
else
{
dol_syslog(get_class($this)."::addline status of order must be Draft to allow use of ->addline()", LOG_ERR);
return -3;
return -3;
}
}