http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10809
--- Comment #3 from Fridolyn SOMERS <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
