Added prefix to TEXT lines, to make it look more organized.

This commit is contained in:
Jepp9350
2024-12-17 15:31:40 +01:00
parent 8c0f3a1b5c
commit feb413d2e9
@@ -36,7 +36,7 @@ class economic_invoice_draft_mo extends economicInvoicesDrafts
{
// Add a line to the invoice
$this->lines[] = [
'description' => $text,
'description' => '> '. $text,
];
}