bugfix
This commit is contained in:
parent
6dd974f7cd
commit
10477350ba
@ -208,6 +208,10 @@ class pdf_bernique extends ModelePDFFactures {
|
|||||||
*/
|
*/
|
||||||
function _tableau_compl(&$pdf, $fac)
|
function _tableau_compl(&$pdf, $fac)
|
||||||
{
|
{
|
||||||
|
global $langs;
|
||||||
|
$langs->load("main");
|
||||||
|
$langs->load("bills");
|
||||||
|
|
||||||
$tab3_top = 240;
|
$tab3_top = 240;
|
||||||
$tab3_height = 18;
|
$tab3_height = 18;
|
||||||
$tab3_width = 60;
|
$tab3_width = 60;
|
||||||
|
|||||||
@ -287,6 +287,10 @@ class pdf_huitre extends ModelePDFFactures {
|
|||||||
///////////////////////////////
|
///////////////////////////////
|
||||||
function _tableau_compl(&$pdf, $fac)
|
function _tableau_compl(&$pdf, $fac)
|
||||||
{
|
{
|
||||||
|
global $langs;
|
||||||
|
$langs->load("main");
|
||||||
|
$langs->load("bills");
|
||||||
|
|
||||||
$tab3_top = 240;
|
$tab3_top = 240;
|
||||||
$tab3_height = 18;
|
$tab3_height = 18;
|
||||||
$tab3_width = 60;
|
$tab3_width = 60;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user