[Koha-bugs] [Bug 16514] Force scalar cotext where param assumes a list incorrectly in admin/ edi scripts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 2 11:18:59 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16514

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #4 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(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.


More information about the Koha-bugs mailing list