http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5658
--- Comment #3 from Fridolyn SOMERS <[email protected]> 2011-05-23 12:39:05 UTC --- (In reply to comment #2) > Created attachment 4229 [details] > Proposed patch May I suggest another patch ? This bug depends on bug 5240 which wasn't fully committed (script modification was but not template modification). I recreated a patch with missing part from bug 5240 (updated to TT). The difference with Frédéric's patch is that delete link is not in perl script but directly in template (like edit link). Also : The framework code is always empty in edit and delete links. There is a bug in TT with "frameworkcode" parameter, it is not in loop so the call must be : [% frameworkcode %] instead of [% loo.frameworkcode %] Regards, -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ 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/
