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

--- Comment #5 from Marcel de Rooy <[email protected]> ---
(In reply to Martin Renvoize from comment #3)
> I'm confused.. I can't seem to get the unit test to fail.. but in real life
> testing it does fail without the fix.

The assignment on L413 should affect the call of GetPreparedLetter on L467.
But only when the notice actually uses data from aqbasket.

It seems to me that we should assign $basketno = $externalid right at the start
of the else block (L366) ?
Using one variable for different types of id's appears to be a bad idea ;)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to