X-Git-Url: http://git.equinoxoli.org/?p=evergreen-equinox.git;a=blobdiff_plain;f=Open-ILS%2Fweb%2Fjs%2Fui%2Fdefault%2Fstaff%2Fcirc%2Fpatron%2Fbills.js;h=308fb309ea5d1a11d55f0544f2be4bf14bc58731;hp=495c85b245e40324289714fcf5dc161dc4e0a9ca;hb=42d30509e83709d8f9ddce4915647014eab81584;hpb=eef6f0fa0f2dedb5aa08836558643ac4d09ed088 diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/bills.js b/Open-ILS/web/js/ui/default/staff/circ/patron/bills.js index 495c85b..308fb30 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/patron/bills.js +++ b/Open-ILS/web/js/ui/default/staff/circ/patron/bills.js @@ -200,7 +200,7 @@ function($scope , $q , $routeParams , egCore , egConfirmDialog , $location, if (rcptOnPay) $scope.receipt_on_pay.isChecked = rcptOnPay; }); - egCore.hatch.getItem('circ.bills.annotatepayment') + egCore.hatch.getItem('eg.circ.bills.annotatepayment') .then(function(annoPay){ if (annoPay) $scope.annotate_payment = annoPay; }); @@ -412,7 +412,7 @@ function($scope , $q , $routeParams , egCore , egConfirmDialog , $location, } $scope.onAnnotatePaymentChanged = function(){ - egCore.hatch.setItem('circ.bills.annotatepayment', $scope.annotate_payment); + egCore.hatch.setItem('eg.circ.bills.annotatepayment', $scope.annotate_payment); } function printReceipt(type, payment_ids, payments_made, note) {