[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 52e37e54ffb86f42d9a8595a672efdbd02e49cf0

Evergreen Git git at git.evergreen-ils.org
Wed Mar 13 23:03:17 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_2 has been updated
       via  52e37e54ffb86f42d9a8595a672efdbd02e49cf0 (commit)
      from  49697ca06f84d20b676792e92f1ce480942a6462 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 52e37e54ffb86f42d9a8595a672efdbd02e49cf0
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date:   Tue Dec 11 16:58:33 2012 -0500

    Serials: printing routing slips fails with Javascript error
    
    The symptom (an error in the Javascript console about dijit.form.Button
    and an empty page for routing slips that you try to print at batch
    recieve) may or may not be affected by whether you're in a production
    environment with the pre-built dojo 1.3.3 package installed or a
    development environment without it.
    
    This simple fix makes the problem go away in any case.
    
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/web/js/ui/default/serial/print_routing_list_users.js b/Open-ILS/web/js/ui/default/serial/print_routing_list_users.js
index b8b05e7..94c0689 100644
--- a/Open-ILS/web/js/ui/default/serial/print_routing_list_users.js
+++ b/Open-ILS/web/js/ui/default/serial/print_routing_list_users.js
@@ -1,4 +1,5 @@
 dojo.require("dojo.string");
+dojo.require("dijit.form.Button");
 
 var list_renderer;
 

-----------------------------------------------------------------------

Summary of changes:
 .../ui/default/serial/print_routing_list_users.js  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list