https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16514
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Marcel de Rooy <[email protected]> --- (In reply to Jonathan Druart from comment #2) > I cannot test this patch, edi_accounts.pl is not plack compatible: > Variable "$schema" is not available at /home/koha/src/admin/edi_accounts.pl > line 147. > Variable "$input" is not available at /home/koha/src/admin/edi_accounts.pl > line 157. > Variable "$schema" is not available at /home/koha/src/admin/edi_accounts.pl > line 159. > Variable "$template" is not available at > /home/koha/src/admin/edi_accounts.pl line 161. Colin, It seems that this is not hard to fix. Just make sure not to use the global lexicals in your subroutines. Could you either send a followup here or open a new report when you would insist that this is outside the scope ? -- 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/
