[Koha-bugs] [Bug 21704] Edit framework subfields is broken (TT filter)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 28 13:59:37 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21704

--- Comment #3 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 81407
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81407&action=edit
Bug 21704: (follow-up) Remove unused 'frameworkcode' template param

This patch removes the 'frameworkcode' template parameter. Now the
'framework' object is passed, and everytime the frameworkcode is needed
on the template, framework.frameworkcode is called.

To test:
- Apply this patch
- Run:
  $ grep ' frameworkcode '
koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt
=> SUCCESS: There's no use of 'frameworkcode' in the template
- Sign off :-D

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list