[Koha-patches] [PATCH] bug 4027 fix testStatus typo to textStatus

Nicole Engard nengard at bywatersolutions.com
Tue Jun 1 02:36:38 CEST 2010


---
 .../prog/en/includes/background-job.inc            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/background-job.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/background-job.inc
index 80f79ef..9d257f4 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/background-job.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/background-job.inc
@@ -73,7 +73,7 @@
                     backgroundJobProgressTimer = setInterval("updateJobProgress()", 500);
                 },
                 error: function(xml, textStatus) {
-                    alert('Failed to submit form: ' + testStatus);
+                    alert('Failed to submit form: ' + textStatus);
                 }
 
             });
-- 
1.5.6.5



More information about the Koha-patches mailing list