28if ( ! defined (
'ALLOWED') ) die(
'Appel direct ne sont pas permis');
31$array=
$cn->get_array(
"select * from stock_goods where c_id=$1",array(
$_GET[
'c_id']));
34$p_array[
'p_date']=
$cn->get_value(
"select to_char(c_date,'DD.MM.YYYY') from stock_change where c_id=$1",array(
$_GET[
'c_id']));
35$p_array[
'p_motif']=
$cn->get_value(
"select c_comment from stock_change where c_id=$1",array(
$_GET[
'c_id']));
36$p_array[
'p_depot']=
$cn->get_value(
"select r_id from stock_change where c_id=$1",array(
$_GET[
'c_id']));
51 $ck->label= _(
"Cochez pour confirmer effacement");