http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13993 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #37798|0 |1 is obsolete| | --- Comment #4 from M. Tompsett <mtompset@hotmail.com> --- Created attachment 37958 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37958&action=edit Bug 13993 - Transfer order from one vendor to another vendor Previous orderstatus is not changed To Test: 1) Create a vendor for ex: A 2) Create a basket under vendor A 3) Create a order 4) Create a vendor for ex: B 5) Create a basket under vendor B 6) Search vendor A and basket/order 7) Click on Transfer link and choose the vendor and basket in which you want to transfer the order 8) Go to mysql prompt and see previous orderstatus. For ex: mysql> select orderstatus from aqorders where ordernumber = 2; +-------------+ | orderstatus | +-------------+ | cancelled | +-------------+ -- You are receiving this mail because: You are watching all bug changes.