Update facture.class.php
This commit is contained in:
parent
7b6bc3de63
commit
8daf0c168c
@ -95,6 +95,9 @@ class Facture extends CommonInvoice
|
|||||||
*/
|
*/
|
||||||
protected $table_ref_field = 'ref';
|
protected $table_ref_field = 'ref';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int thirdparty ID
|
||||||
|
*/
|
||||||
public $socid;
|
public $socid;
|
||||||
|
|
||||||
public $author;
|
public $author;
|
||||||
@ -111,6 +114,10 @@ class Facture extends CommonInvoice
|
|||||||
|
|
||||||
public $date; // Date invoice
|
public $date; // Date invoice
|
||||||
public $datem;
|
public $datem;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string customer ref
|
||||||
|
*/
|
||||||
public $ref_client;
|
public $ref_client;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -169,7 +176,6 @@ class Facture extends CommonInvoice
|
|||||||
|
|
||||||
public $line;
|
public $line;
|
||||||
public $extraparams = array();
|
public $extraparams = array();
|
||||||
public $specimen;
|
|
||||||
|
|
||||||
public $fac_rec;
|
public $fac_rec;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user