JBAS-357 - this fixes the error message received when staff attempt to delete a patro...
authorBradley Bonner <bbonner@kcls.org>
Wed, 29 Apr 2015 19:09:16 +0000 (12:09 -0700)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Open-ILS/xul/staff_client/server/patron/info_notes.xul

index d4252f0..0169de2 100644 (file)
                     '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'),