projects
/
evergreen
/
masslnc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bbc2db
)
Update find view link in fund list UI to reflect relocated template
author
Bill Erickson
<berick@esilibrary.com>
Tue, 13 Sep 2011 19:10:27 +0000
(15:10 -0400)
committer
Bill Erickson
<berick@esilibrary.com>
Tue, 13 Sep 2011 19:10:27 +0000
(15:10 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/acq/fund/list.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/acq/fund/list.tt2
b/Open-ILS/src/templates/acq/fund/list.tt2
index
dca2a0a
..
83f2320
100644
(file)
--- 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/f
inancial/view_fund
/" +
+ var link = "<a href='/eg/acq/f
und/view
/" +
value.id + "'>" +
value.name + "</a>";