try to fix space errors
This commit is contained in:
parent
4395d04132
commit
d3ccf4e2b3
@ -34,12 +34,12 @@ class PaymentExpenseReport extends CommonObject
|
|||||||
* @var string ID to identify managed object
|
* @var string ID to identify managed object
|
||||||
*/
|
*/
|
||||||
public $element='payment_expensereport';
|
public $element='payment_expensereport';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Name of table without prefix where object is stored
|
* @var string Name of table without prefix where object is stored
|
||||||
*/
|
*/
|
||||||
public $table_element='payment_expensereport';
|
public $table_element='payment_expensereport';
|
||||||
|
|
||||||
public $picto = 'payment';
|
public $picto = 'payment';
|
||||||
|
|
||||||
var $rowid;
|
var $rowid;
|
||||||
@ -248,7 +248,6 @@ class PaymentExpenseReport extends CommonObject
|
|||||||
if (isset($this->fk_user_modif)) $this->fk_user_modif=trim($this->fk_user_modif);
|
if (isset($this->fk_user_modif)) $this->fk_user_modif=trim($this->fk_user_modif);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Check parameters
|
// Check parameters
|
||||||
// Put here code to add control on parameters values
|
// Put here code to add control on parameters values
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user