Task #0000877: Renforcement protection
This commit is contained in:
parent
f1ffe5cb97
commit
6d2f0949ef
147 changed files with 644 additions and 207 deletions
|
|
@ -77,7 +77,8 @@ $array=array(
|
|||
array(33,'Ledger : reverse op'),
|
||||
array(34,'Reconciliation'),
|
||||
array(35,'Bilan'),
|
||||
array(36,'SQL2Table')
|
||||
array(36,'SQL2Table'),
|
||||
array(37,'balance')
|
||||
);
|
||||
$r='<form method="get">';
|
||||
$r.='<select name="test_select" >';
|
||||
|
|
@ -297,6 +298,9 @@ case 36:
|
|||
require_once('class_html_table.php');
|
||||
Html_Table::test_me();
|
||||
break;
|
||||
case 37:
|
||||
require 'class_acc_balance.php';
|
||||
Acc_Balance::test_me();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue