Alphabetize the Holdings Definition dropdown (32)
authorMike Rylander <mrylander@gmail.com>
Fri, 15 May 2020 13:43:08 +0000 (09:43 -0400)
committerMike Rylander <mrylander@gmail.com>
Fri, 15 May 2020 15:31:34 +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 fe85b8e..a2cb685 100644 (file)
     [required]="field.isRequired()"
     (onChange)="record[field.name]($event.id)"
     [allowFreeText]="false">
-    <eg-combobox-entry entryId="quantity" entryLabel="Quantity" i18n-entryLabel></eg-combobox-entry>
-    <eg-combobox-entry entryId="estimated_price" entryLabel="Estimated Price" i18n-entryLabel></eg-combobox-entry>
-    <eg-combobox-entry entryId="owning_lib" entryLabel="Owning Lib" i18n-entryLabel></eg-combobox-entry>
+    <eg-combobox-entry entryId="barcode" entryLabel="Barcode" i18n-entryLabel></eg-combobox-entry>
     <eg-combobox-entry entryId="call_number" entryLabel="Call Number" i18n-entryLabel></eg-combobox-entry>
-    <eg-combobox-entry entryId="fund_code" entryLabel="Fund Code" i18n-entryLabel></eg-combobox-entry>
     <eg-combobox-entry entryId="circ_modifier" entryLabel="Circulation Modifier" i18n-entryLabel></eg-combobox-entry>
-    <eg-combobox-entry entryId="note" entryLabel="Note" i18n-entryLabel></eg-combobox-entry>
-    <eg-combobox-entry entryId="copy_location" entryLabel="Copy Location" i18n-entryLabel></eg-combobox-entry>
-    <eg-combobox-entry entryId="barcode" entryLabel="Barcode" 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="quantity" entryLabel="Quantity" i18n-entryLabel></eg-combobox-entry>
   </eg-combobox>
 </ng-template>