Save the name of generated file as the main doc when generating a doc with this template
This commit is contained in:
parent
925d81d1b3
commit
6b0bb90ab2
@ -133,6 +133,7 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
|
|||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
$this->name = "canelle";
|
$this->name = "canelle";
|
||||||
$this->description = $langs->trans('SuppliersInvoiceModel');
|
$this->description = $langs->trans('SuppliersInvoiceModel');
|
||||||
|
$this->update_main_doc_field = 1; // Save the name of generated file as the main doc when generating a doc with this template
|
||||||
|
|
||||||
// Page dimensions
|
// Page dimensions
|
||||||
$this->type = 'pdf';
|
$this->type = 'pdf';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user