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']));
32echo HtmlInput::title_box(
_(
"Détail changement"),
$_GET[
'ctl']);
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");
54 <?php echo HtmlInput::submit(
"del",
_(
"Effacer"));?>
55 <?php echo HtmlInput::button_close(
$_GET[
'ctl'])?>
56 <?php echo HtmlInput::hidden(
'r_id',
$p_array[
'p_depot'])?>
_("actif, passif,charge,...")