Documentation

This commit is contained in:
Dany wm De Bontridder 2021-07-29 21:19:27 +02:00
parent 4886d78356
commit 108de76fbd
23 changed files with 100 additions and 29 deletions

View file

@ -26,7 +26,7 @@
if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
global $http;
$prd_op=new Op_predef_SQL($cn);
$prd_op=new Op_Predef_SQL($cn);
$operation_predef_mtable=new Operation_Predef_MTable($prd_op);
$operation_predef_mtable->set_json(json_encode(array( "ac"=>$http->request("ac"),
@ -60,4 +60,4 @@ echo '</p>';
. " ( select jrn_def_id from jrn_def where jrn_def_type ='FIN') ");
echo '<p>';
$operation_predef_mtable->display_button_add();
echo '</p>';
echo '</p>';