Manually modifying the pickup library in the staff catalog holds
placement form now results in using the selected pickup library.
Previously, the change was ignored by the form.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
<label i18n>Pickup Location: </label>
</div>
<div class="col-lg-6">
- <eg-org-select [applyOrgId]="pickupLib"></eg-org-select>
+ <eg-org-select (onChange)="pickupLib = $event ? $event.id() : null"
+ [applyOrgId]="pickupLib"></eg-org-select>
</div>
</div>
<div class="row mt-2">