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

Evergreen Git git at git.evergreen-ils.org
Fri Mar 15 12:20:12 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  ef4000cce538a9b57a8492be4e741c5323795a60 (commit)
      from  aaf2d7f5f4ecd7dd36d5aee5ced23de78712ff62 (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 ef4000cce538a9b57a8492be4e741c5323795a60
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Jan 10 12:27:30 2013 -0500

    LP#791881: make it possible to save copy location translations
    
    TranslatorPopup requires that the i18n fieldmapper class be loaded.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml b/Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml
index 66c5601..0d4fb94 100644
--- a/Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml
+++ b/Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml
@@ -10,7 +10,7 @@
 
     <head>
         <title>&staff.server.admin.copy_locations.title;</title>
-        <script type="text/javascript" src='/IDL2js?aou,aout,pgt,au,acpl'></script>
+        <script type="text/javascript" src='/IDL2js?aou,aout,pgt,au,acpl,i18n'></script>
         <script type="text/javascript" djConfig="parseOnLoad: true,isDebug:false" src="/js/dojo/dojo/dojo.js"></script>
         <script type="text/javascript" djConfig="parseOnLoad: true,isDebug:false" src="/js/dojo/dojo/openils_dojo.js"></script>
         <script type="text/javascript">

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

Summary of changes:
 .../staff_client/server/admin/copy_locations.xhtml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list