[Koha-bugs] [Bug 10809] use template branches plugin in serials search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 19 16:14:30 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10809

--- Comment #3 from Fridolyn SOMERS <fridolyn.somers at biblibre.com> ---
This is a patch for better layers abstraction.
Actually, the branche name is computed from code in Perl (controler layer) :
  $subscription->{branchname} = GetBranchName ( $subscription->{branchcode} );
But this branch name is only for visual effect (UI layer), so computing in the
template is much better.

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


More information about the Koha-bugs mailing list