http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8033 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |chris@bigballofwax.co.nz --- Comment #3 from Chris Cormack <chris@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.