Commit 2ba5d706 authored by wansari's avatar wansari

W15DSUN012 Changed by wasim to update entries for gen validation on shipment.

if ref_ser is S-DSP.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98424 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 17bfa083
......@@ -51256,5 +51256,11 @@ Insert into messages (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
OVERRIDE_INPUT,MAIL_OPTION)
values ('VTSOHCX','Incorrect sale order status','Sale Order status should not be Hold/Closed/Cancled','E','Y',null,null,null,null,null,null,null,
null);
------------Changed by wasim on 24-07-2015 for gen validation on shipment [END]----------------------
------------Changed by wasim on 05-08-2015 for gen validation on shipment if ref_ser is S_DSP [START]----------------------
update GENMST set fld_min = 'SELECT count(*) FROM SORDER WHERE SALE_ORDER = ( SELECT SORD_NO FROM DESPATCH WHERE DESP_ID = ? )
AND STATUS not IN (''H'',''X'',''C'') AND ''S-DSP'' IN (?) ' where mod_name='W_SHIPMENT';
update GENMST set sql_input=':1.REF_ID,:1.REF_SER' where mod_name='W_SHIPMENT';
------------Changed by wasim on 05-08-2015 for gen validation on shipment if ref_ser is S_DSP [END]----------------------
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