[open-ils-commits] [GIT] Evergreen ILS branch master updated. ae5293cab29214e5a0473cfe4683e5a8363641af

Evergreen Git git at git.evergreen-ils.org
Wed Mar 13 23:02:06 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, master has been updated
       via  ae5293cab29214e5a0473cfe4683e5a8363641af (commit)
      from  652ec745a14f3c337f89647d14739aa96f1726b3 (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 ae5293cab29214e5a0473cfe4683e5a8363641af
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