From: Bradley Bonner Date: Wed, 29 Apr 2015 19:09:16 +0000 (-0700) Subject: JBAS-357 - this fixes the error message received when staff attempt to delete a patro... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fd272a78f47f6a4febaa5e778a1c30950ebced6e;p=working%2FEvergreen.git JBAS-357 - this fixes the error message received when staff attempt to delete a patron note. bb.kcls --- diff --git a/Open-ILS/xul/staff_client/server/patron/info_notes.xul b/Open-ILS/xul/staff_client/server/patron/info_notes.xul index d4252f07e4..0169de2cb1 100644 --- a/Open-ILS/xul/staff_client/server/patron/info_notes.xul +++ b/Open-ILS/xul/staff_client/server/patron/info_notes.xul @@ -141,7 +141,7 @@ 'command', function(id){ return function() { - var r = g.error.yns_alert( + var r = g.error.yns_alert_original( $("patronStrings").getFormattedString('staff.patron.info_notes.render_notes.delete_note_message',[g.notes[id].title(), util.date.formatted_date(g.notes[id].create_date(),'%{localized}')]), $("patronStrings").getString('staff.patron.info_notes.render_notes.delete_note_title'), $("commonStrings").getString('common.yes'),