Commit 4c49f54f authored by prane's avatar prane

Query realted changes in itemchanged at 6113 Line no


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105687 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9b340a01
......@@ -6117,7 +6117,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
"special_instr, pack_instr, rate__clg, supp_code__mnfr, item_code__mfg,spec_ref," +
"std_rate,dept_code,benefit_type,licence_no," +
"acct_code__prov_dr, acct_code__prov_cr, cctr_code__prov_dr, cctr_code__prov_cr,"+
"(quantity - (case when dlv_qty is null then 0 else dlv_qty end)) as lcodrqty" +
"(quantity - (case when dlv_qty is null then 0 else dlv_qty end)) as lcodrqty," +
" form_no, duty_paid,anal_code ,quantity " +
" From PordDet Where Purc_order = ? and Line_no =? ";
pstmt = conn.prepareStatement(sql);
......
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