LP#1779158 Import item views
authorBill Erickson <berickxx@gmail.com>
Mon, 16 Jul 2018 20:28:49 +0000 (16:28 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 11 Oct 2018 18:56:30 +0000 (14:56 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/staff/cat/vandelay/record-items.component.ts

index 37383a8..9852a64 100644 (file)
@@ -30,7 +30,7 @@ export class RecordItemsComponent {
         // queue API does not support sorting
         this.gridSource.getRows = (pager: Pager) => {
             return this.pcrud.search('vii', 
-                {record: this.recordId}, {order_by: {vii: ['id']})
+                {record: this.recordId}, {order_by: {vii: ['id']}});
         };
     }
 }