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

Chris Cormack <ch...@bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |ch...@bigballofwax.co.nz

--- Comment #3 from Chris Cormack <ch...@bigballofwax.co.nz> ---
Hi Elliott 

This looks good, but a few little things that need to be fixed

in opac/sco/printslip.pl
1/ Copyright headers (it says biblibre and katipo at the moment)
2/ use warnings is commented out, we shouldn't be making new scripts with
warnings commented out
3/ The pod is still referring to moremember.pl which is where the script was
copied from I guess
4/ $template->param( is a HTML::Template thing, they still exist in old scripts
and we have a shim in C4::Templates to fix it, but its best to make no ones
like this
$template->{VARS}->{'slip'} = $slip;

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to