Evolution n°0000019 pour remise en page des factures

This commit is contained in:
2020-03-28 09:46:23 +01:00
parent 239479d854
commit ed8206cbce
5 changed files with 80 additions and 63 deletions

View File

@@ -114,19 +114,19 @@ class HTMLTemplateInvoiceCore extends HTMLTemplate
'width' => 15,
),
'product' => array(
'width' => 40,
'width' => 42,
),
'quantity' => array(
'width' => 8,
'width' => 4,
),
'tax_code' => array(
'width' => 8,
'width' => 7,
),
'unit_price_tax_excl' => array(
'width' => 0,
'width' => 11,
),
'total_tax_excl' => array(
'width' => 0,
'width' => 10,
),
);