LP1885764 Staff catalog UPC search
authorBill Erickson <berickxx@gmail.com>
Thu, 30 Jul 2020 16:30:28 +0000 (12:30 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 25 Aug 2020 20:07:03 +0000 (16:07 -0400)
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>

Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html

index d4ca900..4468d38 100644 (file)
                 <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>