mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix warning
This commit is contained in:
parent
e8ea213503
commit
db877b0bcb
|
|
@ -72,6 +72,7 @@ class BonPrelevement extends CommonObject
|
|||
|
||||
public $date_trans;
|
||||
public $user_trans;
|
||||
public $method_trans;
|
||||
|
||||
public $total;
|
||||
public $fetched;
|
||||
|
|
@ -83,6 +84,15 @@ class BonPrelevement extends CommonObject
|
|||
public $invoice_in_error = array();
|
||||
public $thirdparty_in_error = array();
|
||||
|
||||
public $amount;
|
||||
public $note;
|
||||
public $datec;
|
||||
|
||||
public $date_credit;
|
||||
public $user_credit;
|
||||
|
||||
public $type;
|
||||
|
||||
const STATUS_DRAFT = 0;
|
||||
const STATUS_TRANSFERED = 1;
|
||||
const STATUS_CREDITED = 2; // STATUS_CREDITED and STATUS_DEBITED is same. Difference is in ->type
|
||||
|
|
|
|||
|
|
@ -83,6 +83,8 @@ class Opensurveysondage extends CommonObject
|
|||
|
||||
public $date_fin = '';
|
||||
|
||||
public $date_m;
|
||||
|
||||
/**
|
||||
* @var int status
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -56,6 +56,8 @@ class WebsitePage extends CommonObject
|
|||
*/
|
||||
public $fk_website;
|
||||
|
||||
public $fk_page; // If translation of another page
|
||||
|
||||
public $pageurl;
|
||||
public $aliasalt;
|
||||
public $type_container;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user