mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
try to fix space errors
This commit is contained in:
@@ -34,12 +34,12 @@ class PaymentExpenseReport extends CommonObject
|
||||
* @var string ID to identify managed object
|
||||
*/
|
||||
public $element='payment_expensereport';
|
||||
|
||||
|
||||
/**
|
||||
* @var string Name of table without prefix where object is stored
|
||||
*/
|
||||
public $table_element='payment_expensereport';
|
||||
|
||||
public $table_element='payment_expensereport';
|
||||
|
||||
public $picto = 'payment';
|
||||
|
||||
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);
|
||||
|
||||
|
||||
|
||||
// Check parameters
|
||||
// Put here code to add control on parameters values
|
||||
|
||||
|
||||
Reference in New Issue
Block a user