Commit 6f757405 authored by dpingle's avatar dpingle

* updated src and xml file of leave table

lvetable21.xml
LeaveTableIC.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@215526 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0732eed6
...@@ -2362,7 +2362,7 @@ ...@@ -2362,7 +2362,7 @@
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>0</alignment>
<text>Max Allowed Unit :</text> <text>Max Allowed Unit :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
......
...@@ -528,7 +528,7 @@ public class LeaveTableIC extends ValidatorEJB implements LeaveTableRemote, Leav ...@@ -528,7 +528,7 @@ public class LeaveTableIC extends ValidatorEJB implements LeaveTableRemote, Leav
pstmt = null; pstmt = null;
} }
balOpt = checkNull(genericUtility.getColumnValue("ls_bal_opt", dom)); //balOpt = checkNull(genericUtility.getColumnValue("ls_bal_opt", dom));
if(balOpt == null || balOpt.trim().length() == 0) if(balOpt == null || balOpt.trim().length() == 0)
{ {
balOpt = "N"; balOpt = "N";
......
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