merci christophe
This commit is contained in:
Regis Houssin 2005-07-29 09:28:50 +00:00
parent b15ae9af7f
commit 459c801e0c
2 changed files with 3 additions and 1 deletions

View File

@ -249,6 +249,7 @@ class pdf_propale_bleu extends ModelePDFPropales
function _pagehead(&$pdf, $propale)
{
global $langs;
$pdf->SetXY(10,5);
if (defined("FAC_PDF_INTITULE"))
{

View File

@ -1,6 +1,7 @@
<?php
/* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005 Regis Houssin <regis.houssin@cap-networks.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -231,7 +232,7 @@ class pdf_propale_vert extends ModelePDFPropales
function _tableau(&$pdf, $tab_top, $tab_height, $nexY)
{
global $langs;
global $langs,$conf;
$langs->load("main");
$langs->load("bills");