diff --git a/include/operation_ods_confirm.inc.php b/include/operation_ods_confirm.inc.php
new file mode 100644
index 000000000..04fd35600
--- /dev/null
+++ b/include/operation_ods_confirm.inc.php
@@ -0,0 +1,52 @@
+';
+echo h2("Confirmation",'class="info"');
+
+
+echo '
';
+echo '
';
+
+
+
+// Show the predef operation
+// Don't forget the p_jrn
+$p_post=$_POST;
+if ( isset ($_GET['action']) && ! isset($_POST['correct']))
+{
+ if ( $_GET['action']=='use_opd')
+ {
+ // get data from predef. operation
+ $op=new Pre_op_advanced($cn);
+ $p_post=null;
+ if ( isset($_REQUEST['pre_def']) && $_REQUEST['pre_def'] != '')
+ {
+ $op->set_od_id($_REQUEST['pre_def']);
+ $p_post=$op->compute_array();
+ }
+ }
+}
+
+
+echo '
';
+
+echo "";
+
+echo create_script(" get_last_date()");
+
+echo '
';
+
+?>