0001923: TAG : Date de paiement
BALISE DATE_PAID
This commit is contained in:
parent
a4a833cee5
commit
12fd17e515
1 changed files with 4 additions and 0 deletions
|
|
@ -976,6 +976,7 @@ class Document
|
|||
* - [VEN_TVA]
|
||||
* - [TOTAL_VEN_HTVA]
|
||||
* - [DATE_LIMIT]
|
||||
* - [DATE_PAID]
|
||||
*/
|
||||
case 'DATE_LIMIT_CALC':
|
||||
if (isset($p_array["e_ech"]))
|
||||
|
|
@ -995,6 +996,9 @@ class Document
|
|||
return $p_array["ag_remind_date"];
|
||||
return "";
|
||||
break;
|
||||
case 'DATE_PAID':
|
||||
if ( isset ($p_array['jr_date_paid']) ) { return $p_array['jr_date_paid'];}
|
||||
break;
|
||||
case 'MARCH_NEXT':
|
||||
$this->counter++;
|
||||
$r='';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue