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

Evergreen Git git at git.evergreen-ils.org
Tue Sep 13 15:10:36 EDT 2011


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  8c3fab3c4a25a9b8a439882f154736a79396f46e (commit)
      from  2bbc2db5b259ad8cf3dfa7568eab71e084e2bf13 (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 8c3fab3c4a25a9b8a439882f154736a79396f46e
Author: Bill Erickson <berick at esilibrary.com>
Date:   Tue Sep 13 15:10:27 2011 -0400

    Update find view link in fund list UI to reflect relocated template
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/src/templates/acq/fund/list.tt2 b/Open-ILS/src/templates/acq/fund/list.tt2
index dca2a0a..83f2320 100644
--- a/Open-ILS/src/templates/acq/fund/list.tt2
+++ b/Open-ILS/src/templates/acq/fund/list.tt2
@@ -14,7 +14,7 @@
     function formatName(value) {
         if (!value) return ""; // XXX
 
-        var link = "<a href='/eg/acq/financial/view_fund/" +
+        var link = "<a href='/eg/acq/fund/view/" +
             value.id + "'>" +
             value.name + "</a>";
 

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

Summary of changes:
 Open-ILS/src/templates/acq/fund/list.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list