Commit 52ac3fa0 authored by dpawar's avatar dpawar

update pophelp query


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96289 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fbb3acd1
...@@ -166,9 +166,11 @@ values ...@@ -166,9 +166,11 @@ values
update obj_forms set disp_metadata='<item_code>,<loc_code>,<lot_no>,<lot_sl>,<quantity>' where win_name='w_despatchwiz' and form_no='3'; update obj_forms set disp_metadata='<item_code>,<loc_code>,<lot_no>,<lot_sl>,<quantity>' where win_name='w_despatchwiz' and form_no='3';
--select sale_order,status from sorder where status = 'P' and confirmed='Y' and sale_order not in (select sord_no from despatch)
--added on 15/09/14
update pophelp set sql_str='SELECT SALE_ORDER AS SALE_ORDER_NO,ORDER_TYPE,ORDER_DATE,CUST_CODE,CUST_CODE__BIL FROM SORDER WHERE STATUS = ''P'' AND CONFIRMED=''Y'' AND SALE_ORDER NOT IN (SELECT SORD_NO FROM DESPATCH)'
where mod_name='W_DESPATCHWIZ'and field_name='SALE_ORDER_NO';
......
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