Commit 267fb17e authored by mjadhav's avatar mjadhav

add space in replace function


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97262 ce508802-f39f-4f6c-b175-0d175dae99d5
parent da0aa1f9
...@@ -1285,7 +1285,7 @@ public class GenInvoiceSchedule implements Schedule { ...@@ -1285,7 +1285,7 @@ public class GenInvoiceSchedule implements Schedule {
" where ci.cust_code=i.cust_code__bil " + " where ci.cust_code=i.cust_code__bil " +
" and idet.item_code = ci.item_code and idet.item_code = ? and i.cust_code__bil= ? ";*/ " and idet.item_code = ci.item_code and idet.item_code = ? and i.cust_code__bil= ? ";*/
sql = "select replace(MSG_SPECS,'|',' ' ) from CUSTOMERITEM ci,customer c , item i where " + sql = "select replace(MSG_SPECS,'|',' ' ) as MSG_SPECS from CUSTOMERITEM ci,customer c , item i where " +
" c.cust_code = ci.cust_code and i.item_code = ci.item_code " + " c.cust_code = ci.cust_code and i.item_code = ci.item_code " +
" and ci.item_code=? and ci.cust_code=? " ; " and ci.item_code=? and ci.cust_code=? " ;
......
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