ff ui / more list repairs
authorBill Erickson <berick@esilibrary.com>
Mon, 4 Nov 2013 19:34:55 +0000 (14:34 -0500)
committerBill Erickson <berick@esilibrary.com>
Mon, 4 Nov 2013 19:34:55 +0000 (14:34 -0500)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/staff/fulfillment/t_pending.tt2

index 19f2c44..535a52f 100644 (file)
@@ -44,7 +44,7 @@
     </thead>
     <tbody>
       <tr ng-repeat="item in itemList.items">
-        <td><input type='checkbox' ng-model="itemList.selectedRows[item.index]"/></td>
+        <td><input type='checkbox' ng-model="itemList.selected[item.index]"/></td>
         <td>{{item.id}}</td>
         <td>{{item.request_time | date}}</td>
         <td>{{item.expire_time | date}}</td>