Evolution n°0000019 pour remise en page des factures
This commit is contained in:
@@ -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,
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user