This commit is contained in:
Regis Houssin 2006-05-17 14:46:42 +00:00
parent 3fbf198c70
commit 8475e83fc7

View File

@ -46,8 +46,10 @@ Class pdf_expedition_merou extends ModelePdfExpedition
//Creation du Document //Creation du Document
//Initialisation des données //Initialisation des données
//***************************** //*****************************
function generate(&$objExpe){ function generate(&$objExpe, $file)
global $user,$langs,$conf; {
global $user,$langs,$conf;
//Initialisation des langues //Initialisation des langues
$langs->load("main"); $langs->load("main");
$langs->load("bills"); $langs->load("bills");
@ -206,8 +208,10 @@ Class pdf_expedition_merou extends ModelePdfExpedition
//******************************** //********************************
// Generation de l entete // Generation de l entete
//******************************** //********************************
function _pagehead(&$pdf, $exp){ function _pagehead(&$pdf, $exp)
{
global $conf, $langs, $mysoc; global $conf, $langs, $mysoc;
$tab4_top = 60; $tab4_top = 60;
$tab4_hl = 6; $tab4_hl = 6;
$tab4_sl = 4; $tab4_sl = 4;