|
@@ -2576,7 +2576,7 @@ class pdf_sponge extends ModelePDFFactures
|
|
|
'width' => 19, // in mm
|
|
|
'status' => false,
|
|
|
'title' => array(
|
|
|
- 'textkey' => 'Progress'
|
|
|
+ 'textkey' => 'ProgressShort'
|
|
|
),
|
|
|
'border-left' => true, // add left line separator
|
|
|
);
|
|
@@ -2619,7 +2619,7 @@ class pdf_sponge extends ModelePDFFactures
|
|
|
'width' => 26, // in mm
|
|
|
'status' => empty($conf->global->PDF_PROPAL_HIDE_PRICE_EXCL_TAX) ? true : false,
|
|
|
'title' => array(
|
|
|
- 'textkey' => 'TotalHT'
|
|
|
+ 'textkey' => 'TotalHTShort'
|
|
|
),
|
|
|
'border-left' => true, // add left line separator
|
|
|
);
|
|
@@ -2630,7 +2630,7 @@ class pdf_sponge extends ModelePDFFactures
|
|
|
'width' => 26, // in mm
|
|
|
'status' => empty($conf->global->PDF_PROPAL_SHOW_PRICE_INCL_TAX) ? false : true,
|
|
|
'title' => array(
|
|
|
- 'textkey' => 'TotalTTC'
|
|
|
+ 'textkey' => 'TotalTTCShort'
|
|
|
),
|
|
|
'border-left' => true, // add left line separator
|
|
|
);
|