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;