get_array(
"select ac_id, ac_description from action where ac_id >=$1 and ac_id <=$2 order by ac_id ",
array(1100,1400));
display_security_fieldset(_('Paramètre'),$array,$sec_User); ?>
get_array("select ac_id, ac_description from action where ac_id >=$1 and ac_id <=$2 order by ac_id ",
array(800,1000));
display_security_fieldset(_('Fiche'),$array,$sec_User); ?>
get_array(
"select ac_id, ac_description from action where ac_id >=$1 and ac_id <=$2 order by ac_id ",
array(200,299));
display_security_fieldset(_('Comptabilité Analytique'),$array,$sec_User); ?>
get_array(
"select ac_id, ac_description from action where ac_id >=$1 and ac_id <=$2 order by ac_id ",
array(700,799));
display_security_fieldset(_('Impression'),$array,$sec_User); ?>
get_array(
"select ac_id, ac_description from action where ac_id >=$1 and ac_id <$2 order by ac_id ",
array(1500,1600));
display_security_fieldset(_('Stock'),$array,$sec_User); ?>
get_array(
"select ac_id, ac_description from action where ac_id >=$1 and ac_id <=$2 order by ac_id ",
array(1700,1799));
display_security_fieldset(_('Prévision'),$array,$sec_User); ?>
get_array(
"select ac_id, ac_description from action where ac_id >=$1 and ac_id <=$2 order by ac_id ",
array(1600,1699));
display_security_fieldset(_('Extension'),$array,$sec_User); ?>
get_array(
"select ac_id, ac_description from action where ac_id >=$1 and ac_id <=$2 order by ac_id ",
array(300,400));
display_security_fieldset(_('Gestion'),$array,$sec_User); ?>