Travis fix
This commit is contained in:
parent
f0be1f7c21
commit
18e4703438
@ -23,6 +23,10 @@
|
|||||||
* with batch record
|
* with batch record
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* CRUD class for batch number management within shipment
|
||||||
|
*/
|
||||||
|
|
||||||
class ExpeditionLigneBatch extends CommonObject
|
class ExpeditionLigneBatch extends CommonObject
|
||||||
{
|
{
|
||||||
var $element='expeditionlignebatch'; //!< Id that identify managed objects
|
var $element='expeditionlignebatch'; //!< Id that identify managed objects
|
||||||
@ -141,7 +145,7 @@ class ExpeditionLigneBatch extends CommonObject
|
|||||||
* Delete batch record attach to a shipment
|
* Delete batch record attach to a shipment
|
||||||
*
|
*
|
||||||
* @param object $db Database object
|
* @param object $db Database object
|
||||||
* @param int $id_expedtion rowid of shipment
|
* @param int $id_expedition rowid of shipment
|
||||||
*
|
*
|
||||||
* @return int -1 if KO, 1 if OK
|
* @return int -1 if KO, 1 if OK
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user