Commit da0d2349 authored by prane's avatar prane

wrong tax chap inserted invdet by sorting beanMapKey as sordNo+sordLine+itemCode

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@178198 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 544f3d47
......@@ -1701,7 +1701,7 @@ public class PostOrdInvoiceGen extends ActionHandlerEJB
//+ " AND( DESPATCHDET.SORD_NO = ?)"
+ " AND( DESPATCHDET.DESP_ID >= ?)"
+ " AND( DESPATCHDET.DESP_ID <= ? ) )"
+ " ORDER BY despatchdet.sord_no ASC,despatchdet.line_no,despatchdet.line_no__sord ASC,despatchdet.exp_lev ASC";
+ " ORDER BY despatchdet.sord_no ASC,despatchdet.line_no__sord ASC,despatchdet.exp_lev ASC";
pstmt=conn.prepareStatement(invDespDetSql);
pstmt.setString(1,status);
//pstmt.setString(2,sordNo);
......
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