Change Name for class_jrn (new: class_acc_ledger) and operation (new:class_anc_operation) fix bug for direct writing
This commit is contained in:
parent
93cc7a5398
commit
f7097c31fc
32 changed files with 785 additions and 66 deletions
|
|
@ -63,6 +63,8 @@ if ( $action == 'fiche') {
|
|||
if ( $action == 'stock') {
|
||||
require_once('stock.inc.php');
|
||||
}
|
||||
|
||||
if ( $action=='quick_writing') {
|
||||
require_once ('quick_writing.inc.php');
|
||||
}
|
||||
html_page_stop();
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue