Travis fix

This commit is contained in:
KreizIT 2014-03-07 12:21:35 +01:00
parent f0be1f7c21
commit 18e4703438

View File

@ -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
*/ */