From f1f5076e8f1d9c06f1b676697da65f162d4a5efd Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 21 Jul 2004 15:54:35 +0000 Subject: [PATCH] Ajout require de la classe facture au lieu d'inclure dans chaque fichier --- htdocs/compta/facture/pre.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/compta/facture/pre.inc.php b/htdocs/compta/facture/pre.inc.php index 834d1235cba..cd7112e1a31 100644 --- a/htdocs/compta/facture/pre.inc.php +++ b/htdocs/compta/facture/pre.inc.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2003-2004 Rodolphe Quiedeville * * 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 @@ -20,6 +20,7 @@ * */ require("../../main.inc.php"); +require("../../facture.class.php"); function llxHeader($head = "", $title="", $help_url='') { global $user, $conf;