Commit 1256045b authored by smanohar's avatar smanohar

Fixed bug curr_code__bc by default should set as base currency, no value...

Fixed bug curr_code__bc by default should set as base currency, no value assigned and set empty string corrected

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206092 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 61b09f57
......@@ -891,7 +891,7 @@ public class ReceiptDishonourIC extends ValidatorEJB implements ReceiptDishonour
rs = pstmt.executeQuery();
if (rs.next())
{
currCode = checkNull(rs.getString("curr_code"));
currCodeBc = checkNull(rs.getString("curr_code"));
}
rs.close();
rs = null;
......
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