changed dob to timestamp
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 2 Oct 2006 23:27:28 +0000 (23:27 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 2 Oct 2006 23:27:28 +0000 (23:27 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6365 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/fm_IDL.xml

index 3b40e95..0286c97 100644 (file)
                        <field reporter:label="Record Creation Date/Time" name="create_date" oils_obj:array_position="20" oils_persist:virtual="false" reporter:datatype="timestamp"/>
                        <field reporter:label="User Credit Balance" name="credit_forward_balance" oils_obj:array_position="21" oils_persist:virtual="false" reporter:datatype="money" />
                        <field reporter:label="Daytime Phone" name="day_phone" oils_obj:array_position="22" oils_persist:virtual="false" />
-                       <field reporter:label="Date of Birth" name="dob" oils_obj:array_position="23" oils_persist:virtual="false" />
+                       <field reporter:label="Date of Birth" name="dob"  reporter:datatype="timestamp" oils_obj:array_position="23" oils_persist:virtual="false" />
                        <field reporter:label="Email Address" name="email" oils_obj:array_position="24" oils_persist:virtual="false" />
                        <field reporter:label="Evening Phone" name="evening_phone" oils_obj:array_position="25" oils_persist:virtual="false" />
                        <field reporter:label="Priviledge Expiration Date" name="expire_date" oils_obj:array_position="26" oils_persist:virtual="false" reporter:datatype="timestamp"/>