Commit 14c61bb1 authored by vpatil's avatar vpatil

Changed by Pragyan Date 10/04/14 Bug fix Integer fld value set with character...

Changed by Pragyan Date 10/04/14 Bug fix Integer fld value set with character values -- Remove single quote


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97820 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 62f65a2b
......@@ -1785,7 +1785,7 @@ public class StockUpdate
+" and VALUE_KEY = '"+this.grade+"'";*/
sql =" update stockvalue "
+"set value = (case when value is null then 0 else value end) + (case when '"
+"set value = (case when value is null then 0 else value end) + (case when "
+ "? is null then 0 else ? end) "
+" where item_code =?"
+" and site_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