Change acc_account => acc_account_ledger

This commit is contained in:
sparkyx 2008-01-12 20:07:30 +00:00
parent 02e97ac2cb
commit 90c274705e
7 changed files with 14 additions and 14 deletions

View file

@ -23,7 +23,7 @@
/*! \file
* \brief send the account list in PDF
*/
include_once("class_acc_account.php");
include_once("class_acc_account_ledger.php");
include_once("ac_common.php");
include_once("postgres.php");
include_once("class.ezpdf.php");