[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 21:34:01 CET 2018


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

--- Comment #5 from Michal Denar <black23 at gmail.com> ---
Created attachment 81429
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81429&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

Signed-off-by: Michal Denar <black23 at gmail.com>

Signed-off-by: Michal Denar <black23 at gmail.com>

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


More information about the Koha-bugs mailing list