Added prefix to TEXT lines, to make it look more organized.
This commit is contained in:
@@ -36,7 +36,7 @@ class economic_invoice_draft_mo extends economicInvoicesDrafts
|
||||
{
|
||||
// Add a line to the invoice
|
||||
$this->lines[] = [
|
||||
'description' => $text,
|
||||
'description' => '> '. $text,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user