TT issue.

To test:
1) Administration > Bibliographic MARC Frameworks > Marc Structure (not Default)
2) Subfields (any field with subfields)
3) Edit link behind subfields will edit the default framework. Patch adds 
correct framework to URL.
---
 .../en/modules/admin/marc_subfields_structure.tt   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt 
b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt
index a65297b..1213711 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt
@@ -206,7 +206,7 @@
             [% IF ( loo.link ) %] | Link:[% loo.link %],[% END %]
         [% END %]
     </td>
-    <td><a 
href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&amp;tagfield=[%
 loo.tagfield %]&amp;frameworkcode=[% loo.frameworkcode %]#sub[% 
loo.tagsubfield %]field">Edit</a></td>
+    <td><a 
href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&amp;tagfield=[%
 loo.tagfield %]&amp;frameworkcode=[% frameworkcode %]#sub[% loo.tagsubfield 
%]field">Edit</a></td>
     <td><a class="" href="[% loo.delete %]">Delete</a></td>
 </tr>
 [% END %]
-- 
1.7.4.1

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to