Bug 21580: Pass buyer_ean to create_edi_order
authorColin Campbell <colin.campbell@ptfs-europe.com>
Tue, 16 Oct 2018 15:27:17 +0000 (16:27 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 10 Oct 2019 07:23:12 +0000 (08:23 +0100)
commit248373506eb05039acdc54e65a6825b714ae61b6
treed5336f4966efdff0251bea52ef0eaea0b71e9b09
parent870f25fbd900b4f5b792125a121661a2e545297f
Bug 21580: Pass buyer_ean to create_edi_order

create_edi_order requires two parameters to be passed
but if vendor was set to auto_order the subroutine
was called with basketno only resulting in the error
'no basket or ean passed' - pass the buyer_ean as
passed in the quotes message

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/EDI.pm