Commit 421fca96 authored by jshaikh's avatar jshaikh

Added new option as (L-Leave) on dropdown of result field in daily attd screen

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@198972 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 91fedd6b
......@@ -113,7 +113,7 @@
<item display="Half Day" data="H"/>
<item display="Full Day" data="F"/>
<item display="Absent" data="A"/>
<item display="Weekly Off" data="W"/>
<item display="Leave" data="L"/>
</values>
</table_column>
<table_column>
......
......@@ -122,6 +122,12 @@
<updatewhereclause>yes</updatewhereclause>
<name>result</name>
<dbname>attendance_day.result</dbname>
<values>
<item display="Half Day" data="H"/>
<item display="Full Day" data="F"/>
<item display="Absent" data="A"/>
<item display="Leave" data="L"/>
</values>
</table_column>
<table_column>
<type size="15">char</type>
......@@ -1285,10 +1291,10 @@
</html>
<name>result</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
......
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