code cleaning
rename class Acc_Ledger_Sold to Acc_Ledger_Sale , improve doc , improve phpunit test
This commit is contained in:
parent
69c8c18dfa
commit
8155f502c3
23 changed files with 210 additions and 110 deletions
|
|
@ -37,6 +37,7 @@ $_SESSION[SESSION_KEY.'g_pagesize']='50';
|
|||
$_SESSION[SESSION_KEY.'csv_fieldsep']='0';
|
||||
$_SESSION[SESSION_KEY.'csv_decimal']='1';
|
||||
$_SESSION[SESSION_KEY.'csv_encoding']='utf8';
|
||||
$_SESSION[SESSION_KEY.'access_mode']='PC';
|
||||
$g_user=new User($g_connection);
|
||||
|
||||
require_once __DIR__.'/facility.class.php';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue