Fix white spaces

This commit is contained in:
Philippe GRAND 2018-08-29 12:29:05 +02:00
parent 88ad651743
commit 4b7dd5ace3

View File

@ -35,12 +35,12 @@ class PaymentSalary extends CommonObject
* @var string ID to identify managed object
*/
public $element='payment_salary';
/**
* @var string Name of table without prefix where object is stored
*/
public $table_element='payment_salary';
public $table_element='payment_salary';
public $picto='payment';
public $tms;
@ -51,12 +51,12 @@ class PaymentSalary extends CommonObject
public $fk_project;
public $type_payment;
public $num_payment;
/**
* @var string proper name for given parameter
*/
public $label;
* @var string proper name for given parameter
*/
public $label;
public $datesp;
public $dateep;
public $fk_bank;