Skip to content

Commit 3bff39c

Browse files
dbriemsandbergja
authored andcommitted
LP#2110746 Print button on patron holds screen not working
Fix template data property names to resolve an error preventing the print button from working beneath the holds grid in the AngularJS patron interface. Release-note: Fixes broken print button below the patron holds grid. Signed-off-by: Dan Briem <[email protected]> Signed-off-by: Jane Sandberg <[email protected]>
1 parent 1e4fdc6 commit 3bff39c

File tree

1 file changed

+2
-2
lines changed
  • Open-ILS/web/js/ui/default/staff/circ/patron

1 file changed

+2
-2
lines changed

Open-ILS/web/js/ui/default/staff/circ/patron/holds.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ function($scope, $q, $routeParams, egCore, egUser, patronSvc,
227227
hold : egCore.idl.toHash(item.hold),
228228
copy : egCore.idl.toHash(item.copy),
229229
volume : egCore.idl.toHash(item.volume),
230-
title : item.mvr.title(),
231-
author : item.mvr.author()
230+
title : item.hold.title,
231+
author : item.hold.author
232232
});
233233
});
234234

0 commit comments

Comments
 (0)