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:
sparkyx 2007-10-15 07:17:33 +00:00
parent 93cc7a5398
commit f7097c31fc
32 changed files with 785 additions and 66 deletions

View file

@ -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();
?>