Commit 17088752 authored by mnair's avatar mnair

trimmed the refSerFor where it was getting from the dom

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@185751 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 811eea5c
...@@ -90,6 +90,7 @@ public class StockTransferAct extends ActionHandlerEJB implements ...@@ -90,6 +90,7 @@ public class StockTransferAct extends ActionHandlerEJB implements
conn = getConnection(); conn = getConnection();
refSerFor = genericUtility.getColumnValue("ref_ser__for", dom1); refSerFor = genericUtility.getColumnValue("ref_ser__for", dom1);
refSerFor = refSerFor.trim();
System.out.println("Reference series::::::::["+refSerFor+"]"); System.out.println("Reference series::::::::["+refSerFor+"]");
locCodeTo = genericUtility.checkNull(genericUtility.getColumnValue("loc_code__to",dom)); locCodeTo = genericUtility.checkNull(genericUtility.getColumnValue("loc_code__to",dom));
......
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