From: Bill Erickson Date: Fri, 21 Oct 2011 16:36:48 +0000 (-0400) Subject: Repair Vandelay match_set_tree link X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=450b6106418e04f86ed1d3135f60c2ca23693f7d;p=evergreen%2Fequinox.git Repair Vandelay match_set_tree link ctx.base_path includes the "/eg" portion of the path, so no need to duplicate that in the template. Signed-off-by: Bill Erickson Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/templates/conify/global/vandelay/match_set.tt2 b/Open-ILS/src/templates/conify/global/vandelay/match_set.tt2 index 2a719d233a..2e36696aac 100644 --- a/Open-ILS/src/templates/conify/global/vandelay/match_set.tt2 +++ b/Open-ILS/src/templates/conify/global/vandelay/match_set.tt2 @@ -66,7 +66,7 @@ function tree_editor_link(datum) { if (!datum) return ""; - return '' + datum.name + ''; }