[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 9e26fb37dba7ce1fb5e549b5e46d0924d8a0009a

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_3 has been updated
       via  9e26fb37dba7ce1fb5e549b5e46d0924d8a0009a (commit)
      from  653d4b18e9281b1fb9dafcd4fe0842b9452ca80a (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 9e26fb37dba7ce1fb5e549b5e46d0924d8a0009a
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