mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Debug v17
This commit is contained in:
@@ -569,6 +569,7 @@ class Facture extends CommonInvoice
|
||||
$this->type = self::TYPE_STANDARD;
|
||||
}
|
||||
$this->ref_client = trim($this->ref_client);
|
||||
$this->ref_customer = trim($this->ref_customer);
|
||||
$this->note_public = trim($this->note_public);
|
||||
$this->note_private = trim($this->note_private);
|
||||
$this->note_private = dol_concatdesc($this->note_private, $langs->trans("GeneratedFromRecurringInvoice", $_facrec->ref));
|
||||
|
||||
Reference in New Issue
Block a user