[Koha-bugs] [Bug 13993] Transfer order from one vendor to another vendor: Previous orderstatus is not changed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 14 10:43:10 CEST 2015


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

--- Comment #2 from Amit <amitddng135 at gmail.com> ---
Created attachment 37798
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37798&action=edit
Bug 13993 - Transfer order from one vendor to another vendor previous
orderstatus is not changed

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.


More information about the Koha-bugs mailing list