From: Jason Etheridge Date: Mon, 3 May 2021 15:13:08 +0000 (-0400) Subject: lp1926971 augment holds for patrons print template X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7e9139cadaffe2cddcce2a7d8ad99eea7f5612ad;p=evergreen%2Ftadl.git lp1926971 augment holds for patrons print template with patron data, to support what the template editor preview is allowing Signed-off-by: Jason Etheridge Signed-off-by: Josh Stompro Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/holds.js b/Open-ILS/web/js/ui/default/staff/circ/patron/holds.js index 058c02d44d..bab8aa0848 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/patron/holds.js +++ b/Open-ILS/web/js/ui/default/staff/circ/patron/holds.js @@ -129,7 +129,7 @@ function($scope, $q, $routeParams, egCore, egUser, patronSvc, egCore.print.print({ context : 'receipt', template : 'holds_for_patron', - scope : {holds : holds} + scope : {patron : egCore.idl.toHash(patronSvc.current), holds : holds} }); }