fixing issue
authorJane Sandberg <sandbej@linnbenton.edu>
Sun, 20 Jan 2019 05:23:57 +0000 (21:23 -0800)
committerJane Sandberg <sandbej@linnbenton.edu>
Wed, 23 Jan 2019 23:08:13 +0000 (15:08 -0800)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/staff/booking/manage-reservations.component.ts

index 7b8ad99..fab4015 100644 (file)
@@ -64,7 +64,7 @@ export class ManageReservationsComponent implements OnInit {
   ngOnInit() {
     this.route.paramMap.subscribe((params: ParamMap) => {
       this.patronId = +params.get('patron_id');
-      this.resourceBarcode = +params.get('resource_barcode');
+      this.resourceBarcode = params.get('resource_barcode');
     });
 
     this.editSelected = (idlThings: IdlObject[]) => {