Relabel holdings definitions for consistency (26)
authorMike Rylander <mrylander@gmail.com>
Fri, 15 May 2020 13:49:00 +0000 (09:49 -0400)
committerMike Rylander <mrylander@gmail.com>
Fri, 15 May 2020 15:31:54 +0000 (11:31 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/eg2/src/app/staff/acq/provider/provider-holdings.component.html

index a2cb685..50ac04c 100644 (file)
     <eg-combobox-entry entryId="call_number" entryLabel="Call Number" i18n-entryLabel></eg-combobox-entry>
     <eg-combobox-entry entryId="circ_modifier" entryLabel="Circulation Modifier" i18n-entryLabel></eg-combobox-entry>
     <eg-combobox-entry entryId="collection_code" entryLabel="Collection Code" i18n-entryLabel></eg-combobox-entry>
-    <eg-combobox-entry entryId="copy_location" entryLabel="Copy Location" i18n-entryLabel></eg-combobox-entry>
     <eg-combobox-entry entryId="estimated_price" entryLabel="Estimated Price" i18n-entryLabel></eg-combobox-entry>
     <eg-combobox-entry entryId="fund_code" entryLabel="Fund Code" i18n-entryLabel></eg-combobox-entry>
     <eg-combobox-entry entryId="note" entryLabel="Note" i18n-entryLabel></eg-combobox-entry>
-    <eg-combobox-entry entryId="owning_lib" entryLabel="Owning Lib" i18n-entryLabel></eg-combobox-entry>
+    <eg-combobox-entry entryId="owning_lib" entryLabel="Owning Library" i18n-entryLabel></eg-combobox-entry>
     <eg-combobox-entry entryId="quantity" entryLabel="Quantity" i18n-entryLabel></eg-combobox-entry>
+    <eg-combobox-entry entryId="copy_location" entryLabel="Shelving Location" i18n-entryLabel></eg-combobox-entry>
   </eg-combobox>
 </ng-template>