Commit f8da8a9b authored by mjadhav's avatar mjadhav

change remarks spelling


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95041 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6b7a5b57
...@@ -1434,7 +1434,7 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp ...@@ -1434,7 +1434,7 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
lineNoInv++; lineNoInv++;
sql = "insert into inv_hold_det (tran_id, line_no, item_code, site_code,loc_code, lot_no, lot_sl, remerks, hold_status) " sql = "insert into inv_hold_det (tran_id, line_no, item_code, site_code,loc_code, lot_no, lot_sl, remarks, hold_status) "
+ " values (?, ?, ?,?,?,?,?,?, 'H') "; + " values (?, ?, ?,?,?,?,?,?, 'H') ";
pstmtUpd = conn.prepareStatement(sql); pstmtUpd = 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