Commit f5f8d9a2 authored by smestry's avatar smestry

Updated the DespatchConfWiz.sql and update.sql file


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100366 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f32c23cd
This diff is collapsed.
...@@ -53997,6 +53997,8 @@ update system_service_args set arg_value = 'DespatchConfWizIC' where service_co ...@@ -53997,6 +53997,8 @@ update system_service_args set arg_value = 'DespatchConfWizIC' where service_co
update system_service_args set arg_value = 'DespatchConfWiz' where service_code = 'prv_despatch_conf' and line_no = '2'; update system_service_args set arg_value = 'DespatchConfWiz' where service_code = 'prv_despatch_conf' and line_no = '2';
update pophelp set sql_str = ' select distinct d.ptcn from despatch d, despatchdet dd, wave_task_det w where d.confirmed = ''N'' and d.site_code = ''?'' and d.site_code = dd.site_code and d.desp_id = dd.desp_id and w.status = ''Y'' and d.ptcn = w.ptcn ' where mod_name = 'W_DESPATCH_CONF' and field_name = 'PTCN';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment