When multiple order identifer values (e.g. ISBN's) exist on a lineitem,
the number of options is now displayed just to the left of the
identifier selector.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
as the status label grows -->
<div class="input-group w-auto">
<div class="input-group-prepend">
+ <span *ngIf="identOptions(li).length > 1" class="text-danger mr-1"
+ i18n-title title="Multiple Order Identifier Options" i18n>
+ ({{identOptions(li).length}})
+ </span>
<div ngbDropdown>
<button class="btn btn-outline-dark btn-sm" ngbDropdownToggle
title="Order Identifier Type" i18n-title