record_save($_POST); echo h2info(_("Opération sauvée")); $inv->input($_POST,true); }catch(Exception $e) { alert($e->getMessage()); $array=input($_POST); } } else if ( isset ($_GET['reprise_frm']) ) { $array=$inv->take_last_inventory($_GET); } echo $inv->input($array); ?>