Fixes the barcode search in the patron search modal in the holds screen.
To test:
1. Navigate to the 'place a hold' screen in a bib record and open
the patron search modal.
2. Enter a patron barcode.
3. The search for the patron fails.
4. Apply the patch and repeat.
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
<input class="form-control" type="text" (keyup.enter)="go()"
i18n-aria-label aria-label="Barcode"
i18n-placeholder placeholder="Barcode"
- [(ngModel)]="search.barcode"/>
+ [(ngModel)]="search.card"/>
</div>
<div class="col-lg-2">
<input class="form-control" type="text" (keyup.enter)="go()"