mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update facture-rec.class.php
This commit is contained in:
parent
6eab2ec295
commit
e9aa27d731
|
|
@ -69,6 +69,11 @@ class FactureRec extends CommonInvoice
|
|||
*/
|
||||
public $entity;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected $table_ref_field = 'titre';
|
||||
|
||||
public $number;
|
||||
public $date;
|
||||
public $remise;
|
||||
|
|
@ -82,7 +87,14 @@ class FactureRec extends CommonInvoice
|
|||
public $nb_gen_done;
|
||||
public $nb_gen_max;
|
||||
|
||||
/**
|
||||
* @var int Frequency
|
||||
*/
|
||||
public $frequency;
|
||||
|
||||
/**
|
||||
* @var string Unit frequency
|
||||
*/
|
||||
public $unit_frequency;
|
||||
|
||||
public $rang;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user