doc
This commit is contained in:
parent
6e0b38c4e3
commit
8d2f637608
@ -110,10 +110,13 @@ class Productlot extends CommonObject
|
|||||||
public $entity;
|
public $entity;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int ID
|
* @var int Product ID
|
||||||
*/
|
*/
|
||||||
public $fk_product;
|
public $fk_product;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string batch ref
|
||||||
|
*/
|
||||||
public $batch;
|
public $batch;
|
||||||
public $eatby = '';
|
public $eatby = '';
|
||||||
public $sellby = '';
|
public $sellby = '';
|
||||||
@ -126,15 +129,18 @@ class Productlot extends CommonObject
|
|||||||
public $tms = '';
|
public $tms = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int ID
|
* @var int user ID
|
||||||
*/
|
*/
|
||||||
public $fk_user_creat;
|
public $fk_user_creat;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int ID
|
* @var int user ID
|
||||||
*/
|
*/
|
||||||
public $fk_user_modif;
|
public $fk_user_modif;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string import key
|
||||||
|
*/
|
||||||
public $import_key;
|
public $import_key;
|
||||||
|
|
||||||
|
|
||||||
@ -241,9 +247,6 @@ class Productlot extends CommonObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!$error && !$notrigger) {
|
if (!$error && !$notrigger) {
|
||||||
// Uncomment this and change MYOBJECT to your own tag if you
|
|
||||||
// want this action to call a trigger.
|
|
||||||
|
|
||||||
// Call triggers
|
// Call triggers
|
||||||
$result = $this->call_trigger('PRODUCTLOT_CREATE', $user);
|
$result = $this->call_trigger('PRODUCTLOT_CREATE', $user);
|
||||||
if ($result < 0) {
|
if ($result < 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user