LP1848573: follow-up: minor changes to IDL labels for the ccs class
authorJane Sandberg <sandbej@linnbenton.edu>
Sun, 12 Jul 2020 15:10:26 +0000 (08:10 -0700)
committerJane Sandberg <sandbej@linnbenton.edu>
Wed, 15 Jul 2020 20:27:05 +0000 (13:27 -0700)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/examples/fm_IDL.xml

index 4441571..b2f0f16 100644 (file)
@@ -4371,13 +4371,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
             </actions>
         </permacrud>
        </class>
-       <class id="ccs" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="config::copy_status" oils_persist:tablename="config.copy_status" oils_persist:restrict_primary="100" reporter:label="Copy Status" oils_persist:field_safe="true">
+       <class id="ccs" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="config::copy_status" oils_persist:tablename="config.copy_status" oils_persist:restrict_primary="100" reporter:label="Item Status" oils_persist:field_safe="true">
                <fields oils_persist:primary="id" oils_persist:sequence="config.copy_status_id_seq">
                        <field name="holdable" reporter:datatype="bool" reporter:label="Holdable"/>
                        <field name="id" reporter:selector="name" reporter:datatype="id" reporter:label="ID"/>
                        <field name="name"  reporter:datatype="text" oils_persist:i18n="true" reporter:label="Name"/>
                        <field name="opac_visible" reporter:datatype="bool" reporter:label="OPAC Visible"/>
-            <field name="copy_active" reporter:datatype="bool" reporter:label="Active"/>
+            <field name="copy_active" reporter:datatype="bool" reporter:label="Sets Item Active"/>
             <field name="restrict_copy_delete" reporter:datatype="bool" reporter:label="Restrict Deletion"/>
             <field name="is_available" reporter:datatype="bool" reporter:label="Available"/>
                </fields>