0001923: TAG : Date de paiement

BALISE DATE_PAID
This commit is contained in:
sparkyx 2021-03-29 16:27:28 +02:00
parent a4a833cee5
commit 12fd17e515

View file

@ -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='';