Utilisation de la classe account pour la saisie dans les comptes bancaires

This commit is contained in:
Rodolphe Quiedeville 2004-04-06 10:17:05 +00:00
parent 86774941a0
commit 6c69e818cf

View File

@ -1,5 +1,5 @@
<?PHP <?PHP
/* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@ -22,6 +22,8 @@
require("../../main.inc.php"); require("../../main.inc.php");
require("../../facturefourn.class.php"); require("../../facturefourn.class.php");
include_once DOL_DOCUMENT_ROOT."/compta/bank/account.class.php";
function llxHeader($head = "", $urlp = "") { function llxHeader($head = "", $urlp = "") {
global $user, $conf; global $user, $conf;