[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>