Update facture.class.php

This commit is contained in:
Frédéric FRANCE 2020-10-31 13:27:29 +01:00 committed by GitHub
parent 7b6bc3de63
commit 8daf0c168c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,9 @@ class Facture extends CommonInvoice
*/
protected $table_ref_field = 'ref';
/**
* @var int thirdparty ID
*/
public $socid;
public $author;
@ -111,6 +114,10 @@ class Facture extends CommonInvoice
public $date; // Date invoice
public $datem;
/**
* @var string customer ref
*/
public $ref_client;
/**
@ -169,7 +176,6 @@ class Facture extends CommonInvoice
public $line;
public $extraparams = array();
public $specimen;
public $fac_rec;