[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. caa9a9ee35f22c3f6b613bd7210887dc0e3b65f4

Evergreen Git git at git.evergreen-ils.org
Mon Jul 30 18:35:05 EDT 2012


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_1 has been updated
       via  caa9a9ee35f22c3f6b613bd7210887dc0e3b65f4 (commit)
      from  d66b20e415aebf2b3308f37cb25a6612ac1fcd19 (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 caa9a9ee35f22c3f6b613bd7210887dc0e3b65f4
Author: Steven Chan <schan at sitka.bclibraries.ca>
Date:   Sun Jul 8 11:20:11 2012 -0700

    Fix LP 829630, Show in Catalogue not working on Bills screen
    
    The page is looking for a messagecatalog XUL element with id
    'catStrings', but is not finding it, and so we add it to the relevant
    XUL file.
    
    It's odd why it is omitted, because a browse through the repository
    doesn't show any changes that would explain the error.
    
    Signed-off-by: James Fournie <jfournie at sitka.bclibraries.ca>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/patron/bill2.xul b/Open-ILS/xul/staff_client/server/patron/bill2.xul
index e2ba9ee..2bcffb3 100644
--- a/Open-ILS/xul/staff_client/server/patron/bill2.xul
+++ b/Open-ILS/xul/staff_client/server/patron/bill2.xul
@@ -34,6 +34,7 @@
 
     <messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties"/>
     <messagecatalog id="circStrings" src="/xul/server/locale/<!--#echo var='locale'-->/circ.properties"/>
+    <messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale'-->/cat.properties"/>
 
     <commandset>
         <command id="opac" label="&staff.patron.bill_interface.show_in_catalog.label;" accesskey="&staff.patron.bill_interface.show_in_catalog.accesskey;" disabled="true"/>

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

Summary of changes:
 Open-ILS/xul/staff_client/server/patron/bill2.xul |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list