From 0b75bd594deaf1218d9f3a9d42934cc3b07de547 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 16 Oct 2018 10:46:20 -0400 Subject: [PATCH] JBAS-1306 Lost pay dialog login failure fixes Avoid ressetting the password after a login failure in the lost/paid dialog, because at the point the login fails, the dialog no longer exists. Signed-off-by: Bill Erickson --- Open-ILS/xul/staff_client/server/patron/bill2.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/bill2.js b/Open-ILS/xul/staff_client/server/patron/bill2.js index 956f774ceb..8750c0629f 100644 --- a/Open-ILS/xul/staff_client/server/patron/bill2.js +++ b/Open-ILS/xul/staff_client/server/patron/bill2.js @@ -335,7 +335,6 @@ function handle_lost_payment_dialog(payment_blob) { if (resp.textcode == 'LDAP_AUTH_FAILED') { alert('Secondary Authentication Failed'); - $('apply_payment_password').value = ''; } else { g.error.standard_unexpected_error_alert( -- 2.11.0