[Koha-bugs] [Bug 20446] QUOTES processing broken by run time error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 6 15:44:28 CEST 2018


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

--- Comment #33 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Colin Campbell from comment #31)
> Any finds in quote processing are redundant
> 
> logic is
> 
> Create basket
> if return is ok [;
>     create orderline
>     create orderline
> ];
> 
> The find was introduced on a misconception.

Yes, for now. But the logic could change later.

Nowadays I have more concerns about consistency/maintainability rather than
performance.
Do not read this wrong: we are talking about a select on a primary key, so very
limited impact.

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


More information about the Koha-bugs mailing list