Commit b3044dcb authored by ppatro's avatar ppatro

master pack bug.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97088 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 282731d4
...@@ -456,7 +456,7 @@ ...@@ -456,7 +456,7 @@
<dbname>shipment.seal_no</dbname> <dbname>shipment.seal_no</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="20">char</type> <type size="40">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>data_logger_no</name> <name>data_logger_no</name>
......
...@@ -584,7 +584,7 @@ ...@@ -584,7 +584,7 @@
<dbname>shipment.seal_no</dbname> <dbname>shipment.seal_no</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="20">char</type> <type size="40">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>data_logger_no</name> <name>data_logger_no</name>
...@@ -5069,7 +5069,7 @@ ...@@ -5069,7 +5069,7 @@
<name>data_logger_no</name> <name>data_logger_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>20</limit> <limit>40</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
......
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