get("id","number"); $op=new Pre_Operation($cn,$id); // ---------------------------------------------------------------- // if id > 0 then we display an existing template operation // otherwise a blank one // ----------------------------------------------------------------- if ( $id > 0) { $array = $op->load(); } else { $ledger_id=$http->get("ledger_id","number"); $op->set_jrn($ledger_id); $array=$op->blank($ledger_id); } echo HtmlInput::title_box(_('Modification du nom'),'mod_predf_op','close','','n'); echo '
'; $html1 = ob_get_contents(); ob_end_clean(); $html = escape_xml($html1); if (headers_sent() ) { echo $html1; } else { header('Content-type: text/xml; charset=UTF-8'); } echo <<$html
EOF;