Adds a "UPC" entry in the Query Type selector under the Numeric Search
tab in the Angular staff catalog.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
<select class="form-control ml-2" name="ident-type"
[(ngModel)]="context.identSearch.queryType">
<option i18n value="identifier|isbn">ISBN</option>
+ <option i18n value="identifier|upc">UPC</option>
<option i18n value="identifier|issn">ISSN</option>
<option i18n value="identifier|lccn">LCCN</option>
<option i18n value="identifier|tcn">TCN</option>