Change acc_account => acc_account_ledger because the tmp_pcmn contains now a new column for the type of the account (asset, expense...) which permit to check if the accountancy is valid
This commit is contained in:
parent
eff50763a3
commit
2d7a61034d
18 changed files with 634 additions and 362 deletions
|
|
@ -19,7 +19,7 @@
|
|||
/* $Revision$ */
|
||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
require_once('class_own.php');
|
||||
require_once('class_acc_account.php');
|
||||
require_once('class_acc_account_ledger.php');
|
||||
require_once('class_action.php');
|
||||
/*! \file
|
||||
* \brief Class Document corresponds to the table document
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue