Commit a6ba63d8 authored by mjadhav's avatar mjadhav

add currency code and exch rate field


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97928 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 29fa225a
...@@ -691,6 +691,8 @@ public class GenReceiptIC extends ValidatorEJB implements GenReceiptICLocal, Gen ...@@ -691,6 +691,8 @@ public class GenReceiptIC extends ValidatorEJB implements GenReceiptICLocal, Gen
String refDate = ""; String refDate = "";
int currentFormNo = 0; int currentFormNo = 0;
SimpleDateFormat dateFormat2 = null; SimpleDateFormat dateFormat2 = null;
double exchangeRate= 0.0;
String currencyCode="";
Connection connObject = null; Connection connObject = null;
...@@ -772,8 +774,7 @@ public class GenReceiptIC extends ValidatorEJB implements GenReceiptICLocal, Gen ...@@ -772,8 +774,7 @@ public class GenReceiptIC extends ValidatorEJB implements GenReceiptICLocal, Gen
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
double exchangeRate= 0.0;
String currencyCode="";
sql = " select bank_name,curr_code from bank where bank_code=? "; sql = " select bank_name,curr_code from bank where bank_code=? ";
pstmt = connObject.prepareStatement(sql); pstmt = connObject.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