Commit 1e47a22b authored by pdas's avatar pdas

Update in porddet with the value of project_code after change in purchase order ammendment.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97530 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e423c1d0
...@@ -710,7 +710,7 @@ public class POrderAmdConf extends ActionHandlerEJB implements POrderAmdConfLoca ...@@ -710,7 +710,7 @@ public class POrderAmdConf extends ActionHandlerEJB implements POrderAmdConfLoca
+ " conv__rtuom_stduom = ?,quantity__stduom = ?,rate__stduom = ?,tax_class = ?," + " conv__rtuom_stduom = ?,quantity__stduom = ?,rate__stduom = ?,tax_class = ?,"
+ " tax_chap = ?, tax_env= ?,status = ?,status_date = ?, pack_instr = ?, specific_instr= ?," + " tax_chap = ?, tax_env= ?,status = ?,status_date = ?, pack_instr = ?, specific_instr= ?,"
+ " supp_code__mnfr = ?,rate__clg = ?,special_instr = ?,dlv_date = ?,benefit_type = ?," + " supp_code__mnfr = ?,rate__clg = ?,special_instr = ?,dlv_date = ?,benefit_type = ?,"
+ " licence_no = ?,acct_code__ap_adv=?,cctr_code__ap_adv=?" + " licence_no = ?,acct_code__ap_adv=?,cctr_code__ap_adv=?,proj_code=?"
+ " where purc_order = ? and line_no = ? "; + " where purc_order = ? and line_no = ? ";
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
pstmt.setString(1, siteCode); pstmt.setString(1, siteCode);
...@@ -747,9 +747,9 @@ public class POrderAmdConf extends ActionHandlerEJB implements POrderAmdConfLoca ...@@ -747,9 +747,9 @@ public class POrderAmdConf extends ActionHandlerEJB implements POrderAmdConfLoca
pstmt.setString(26, licenceNo); pstmt.setString(26, licenceNo);
pstmt.setString(27, acctCodeApAdv); pstmt.setString(27, acctCodeApAdv);
pstmt.setString(28, cctrCodeApAdv); pstmt.setString(28, cctrCodeApAdv);
pstmt.setString(29, projCode);
pstmt.setString(29, purcOrder); pstmt.setString(30, purcOrder);
pstmt.setString(30, lineNoOrd); pstmt.setString(31, lineNoOrd);
updCnt = pstmt.executeUpdate(); updCnt = pstmt.executeUpdate();
......
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