projects
/
working
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
base_uri as a misnomer. changed to base_path. added support for overrideing the...
[working/Evergreen.git]
/
Open-ILS
/
web
/
templates
/
default
/
acq
/
picklist
/
list.tt2
diff --git
a/Open-ILS/web/templates/default/acq/picklist/list.tt2
b/Open-ILS/web/templates/default/acq/picklist/list.tt2
index
a79f72f
..
1d78691
100644
(file)
--- a/
Open-ILS/web/templates/default/acq/picklist/list.tt2
+++ b/
Open-ILS/web/templates/default/acq/picklist/list.tt2
@@
-26,7
+26,7
@@
var pl = plCache[i];
var id = pl.id();
if (inDatum == pl.name()){
- return '<a href="[% ctx.base_
uri
%]/acq/picklist/view/'+id+'">'+inDatum+'</a>';
+ return '<a href="[% ctx.base_
path
%]/acq/picklist/view/'+id+'">'+inDatum+'</a>';
}
}
}