Change Thaw Date column label to Activation Date
authorMike Rylander <mrylander@gmail.com>
Fri, 30 Jan 2015 20:47:53 +0000 (15:47 -0500)
committerMike Rylander <mrylander@gmail.com>
Fri, 30 Jan 2015 20:47:53 +0000 (15:47 -0500)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/examples/fm_IDL.xml

index b1158d7..4acb73e 100644 (file)
@@ -5387,7 +5387,7 @@ SELECT  usr,
                        <field reporter:label="Bib Record link" name="bib_rec" oils_persist:virtual="true" reporter:datatype="link"/>
                        <field reporter:label="Eligible Copies" name="eligible_copies" oils_persist:virtual="true" reporter:datatype="link"/>
                        <field reporter:label="Currently Frozen" name="frozen" reporter:datatype="bool"/>
-                       <field reporter:label="Thaw Date (if frozen)" name="thaw_date" reporter:datatype="timestamp"/>
+                       <field reporter:label="Activation Date" name="thaw_date" reporter:datatype="timestamp"/>
                        <field reporter:label="Shelf Time" name="shelf_time" reporter:datatype="timestamp"/>
                        <field reporter:label="Cancelation cause" name="cancel_cause" reporter:datatype="link" />
                        <field reporter:label="Cancelation note" name="cancel_note" reporter:datatype="text" />
@@ -5535,7 +5535,7 @@ SELECT  usr,
                        <field reporter:label="Bib Record link" name="bib_rec" oils_persist:virtual="true" reporter:datatype="link"/>
                        <field reporter:label="Eligible Copies" name="eligible_copies" oils_persist:virtual="true" reporter:datatype="link"/>
                        <field reporter:label="Currently Frozen" name="frozen" reporter:datatype="bool"/>
-                       <field reporter:label="Thaw Date (if frozen)" name="thaw_date" reporter:datatype="timestamp"/>
+                       <field reporter:label="Activation Date" name="thaw_date" reporter:datatype="timestamp"/>
                        <field reporter:label="Shelf Time" name="shelf_time" reporter:datatype="timestamp"/>
                        <field reporter:label="Cancelation cause" name="cancel_cause" reporter:datatype="link" />
                        <field reporter:label="Cancelation note" name="cancel_note" reporter:datatype="text" />
@@ -5618,7 +5618,7 @@ SELECT  usr,
                        <field reporter:label="Bib Record link" name="bib_rec" oils_persist:virtual="true" reporter:datatype="link"/>
                        <field reporter:label="Eligible Copies" name="eligible_copies" oils_persist:virtual="true" reporter:datatype="link"/>
                        <field reporter:label="Currently Frozen" name="frozen" reporter:datatype="bool"/>
-                       <field reporter:label="Thaw Date (if frozen)" name="thaw_date" reporter:datatype="timestamp"/>
+                       <field reporter:label="Activation Date" name="thaw_date" reporter:datatype="timestamp"/>
                        <field reporter:label="Shelf Time" name="shelf_time" reporter:datatype="timestamp"/>
                        <field reporter:label="Cancelation cause" name="cancel_cause" reporter:datatype="link" />
                        <field reporter:label="Cancelation note" name="cancel_note" reporter:datatype="text" />
@@ -5700,7 +5700,7 @@ SELECT  usr,
                        <field reporter:label="Hold Cancel Date/Time" name="cancel_time" reporter:datatype="timestamp"/>
                        <field reporter:label="Bib Record link" name="bib_rec" oils_persist:virtual="true" reporter:datatype="link"/>
                        <field reporter:label="Currently Frozen" name="frozen" reporter:datatype="bool"/>
-                       <field reporter:label="Thaw Date (if frozen)" name="thaw_date" reporter:datatype="timestamp"/>
+                       <field reporter:label="Activation Date" name="thaw_date" reporter:datatype="timestamp"/>
                        <field reporter:label="Shelf Time" name="shelf_time" reporter:datatype="timestamp"/>
                        <field reporter:label="Cancelation cause" name="cancel_cause" reporter:datatype="link" />
                        <field reporter:label="Cancelation note" name="cancel_note" reporter:datatype="text" />
@@ -5759,7 +5759,7 @@ SELECT  usr,
                        <field reporter:label="Hold Cancel Date/Time" name="cancel_time" reporter:datatype="timestamp"/>
                        <field reporter:label="Bib Record link" name="bib_rec" oils_persist:virtual="true" reporter:datatype="link"/>
                        <field reporter:label="Currently Frozen" name="frozen" reporter:datatype="bool"/>
-                       <field reporter:label="Thaw Date (if frozen)" name="thaw_date" reporter:datatype="timestamp"/>
+                       <field reporter:label="Activation Date" name="thaw_date" reporter:datatype="timestamp"/>
                        <field reporter:label="Shelf Time" name="shelf_time" reporter:datatype="timestamp"/>
                        <field reporter:label="Cancelation cause" name="cancel_cause" reporter:datatype="link" />
                        <field reporter:label="Cancelation note" name="cancel_note" reporter:datatype="text" />