[Koha-bugs] [Bug 13244] GetCancelledOrders and GetOrders can be merged

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 28 16:39:12 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13244

--- Comment #12 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to M. de Rooy from comment #10)
> OK. The test passes now.
> Overall, it looks good. One small question:
> This does not look good?
> 
>     $query .= $cancelled
>       ? q|
>                 aqorders_transfers.ordernumber_from AS transferred_to,
>                 aqorders_transfers.timestamp AS transferred_to_timestamp
>     |
>       : q|
>                 aqorders_transfers.ordernumber_from AS transferred_from,
>                 aqorders_transfers.timestamp AS transferred_from_timestamp
>     |;
> 
> Did you mixup to and from in the first line?

Erk, yes I did!
Thanks for catching that Marcel.

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


More information about the Koha-bugs mailing list