mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Merge pull request #32394 from Easya-Solutions/develop_new_odt_invoice_type
NEW : ODT {object_type_label} for Invoices and Supplier Invoices
This commit is contained in:
@@ -779,6 +779,14 @@ abstract class CommonDocGenerator
|
||||
$resarray[$array_key.'_total_discount_ht'] = '';
|
||||
}
|
||||
|
||||
if ($object->element == 'facture' || $object->element == 'invoice_supplier') {
|
||||
if ($object->type == 0) {
|
||||
$resarray[$array_key.'_type_label'] = $outputlangs->transnoentities("PdfInvoiceTitle");
|
||||
} else {
|
||||
$resarray[$array_key.'_type_label'] = (empty($object)) ? '' : $object->getLibType(0);
|
||||
}
|
||||
}
|
||||
|
||||
// Fetch project information if there is a project assigned to this object
|
||||
if ($object->element != "project" && !empty($object->fk_project) && $object->fk_project > 0) {
|
||||
if (!is_object($object->project)) {
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user