Commit 962f0a95 authored by sabita.prasad's avatar sabita.prasad

As on 26/07/13 chnaged the refser 'M-PACK' instead of 'M-PICK' After changes...

As on 26/07/13 chnaged the refser 'M-PACK' instead of 'M-PICK'  After changes suggested by ravi sir.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93372 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b567342d
......@@ -11,7 +11,7 @@ From Carton_master a,Ship_docs b, Despatch c,Transporter d
Where a.ptcn = b.ptcn
and b.shipment_id = c.shipment_id
and b.tran_code = d.tran_code
and a.ref_ser IN ('M-PICK','P-PICK')
and a.ref_ser IN ('M-PACK','P-PICK')
AND (CASE WHEN '$P!{as_ptcn}' = 'null' THEN '1' ELSE a.PTCN END) = (CASE WHEN '$P!{as_ptcn}' = 'null' THEN '1' ELSE '$P!{as_ptcn}' END)
AND (CASE WHEN '$P!{as_sordno}' = 'null' THEN '1' ELSE c.sord_no END) = (CASE WHEN '$P!{as_sordno}' = 'null' THEN '1' ELSE '$P!{as_sordno}' END)
order by A.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