From: Jane Sandberg Date: Sun, 20 Jan 2019 05:33:22 +0000 (-0800) Subject: just trying out syntax for pcrud X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2809c62b6e5abe3a471f6307c9dc1c4abfbe709d;p=working%2FEvergreen.git just trying out syntax for pcrud --- diff --git a/Open-ILS/src/eg2/src/app/staff/booking/manage-reservations.component.ts b/Open-ILS/src/eg2/src/app/staff/booking/manage-reservations.component.ts index fab401551c..2d5f7a8ac5 100644 --- a/Open-ILS/src/eg2/src/app/staff/booking/manage-reservations.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/booking/manage-reservations.component.ts @@ -51,7 +51,7 @@ export class ManageReservationsComponent implements OnInit { } return this.pcrud.search('bresv', { "usr" : (this.patronId ? this.patronId : {">" : 1}), - "target_resource.barcode" : (this.resourceBarcode ? this.resourceBarcode : {"!=" : null}) + "target_resource" : {"barcode" : (this.resourceBarcode ? this.resourceBarcode : {"!=" : null})} }, { order_by: orderBy, limit: pager.limit,