This commit is contained in:
Regis Houssin 2006-05-29 09:15:09 +00:00
parent 6dd974f7cd
commit 10477350ba
2 changed files with 8 additions and 0 deletions

View File

@ -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;

View File

@ -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;