From 6c69e818cf90be9c672c800d18f6bc4332fc32ee Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 6 Apr 2004 10:17:05 +0000 Subject: [PATCH] Utilisation de la classe account pour la saisie dans les comptes bancaires --- htdocs/fourn/facture/pre.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/pre.inc.php b/htdocs/fourn/facture/pre.inc.php index 4d02fd98a9e..b704a4d8325 100644 --- a/htdocs/fourn/facture/pre.inc.php +++ b/htdocs/fourn/facture/pre.inc.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2001-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 @@ -22,6 +22,8 @@ require("../../main.inc.php"); require("../../facturefourn.class.php"); +include_once DOL_DOCUMENT_ROOT."/compta/bank/account.class.php"; + function llxHeader($head = "", $urlp = "") { global $user, $conf;