[Koha-bugs] [Bug 7736] Edifact QUOTE and ORDER functionality

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 10 17:42:40 CEST 2016


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

--- Comment #174 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Colin Campbell from comment #173)
> (In reply to Jonathan Druart from comment #172)
> > (In reply to Colin Campbell from comment #171)
> > > (In reply to Jonathan Druart from comment #170)
> > > > This patchset introduces some uses of CGI->param in list context, please fix.
> > > 
> > > Any clue as to where?
> > 
> >   grep '=>.*->param' admin/edi_*
> > 
> > and see commit f3e4b5bbb6b02d7bb6e89d84c0379666eb1e704f
> >     Bug 16154: CGI->multi_param - Force scalar context
> > should give you some tricks.
> > 
> > Basically you need to force the scalar context if called in a list context
> > (when passed to the template).
> 
> Exactly these are scalar context calls

Please have a look at bug 16154 and bug 15809 if you want more information on
this issue.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list