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
|
|
@ -24,7 +24,7 @@ require_once("class_parm_code.php");
|
|||
require_once("class_widget.php");
|
||||
|
||||
require_once('class_fiche.php');
|
||||
require_once('class_acc_account.php');
|
||||
require_once('class_acc_account_ledger.php');
|
||||
require_once('user_common.php');
|
||||
/*! \file
|
||||
* \brief Derived from class fiche Administration are a specific kind of card
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue