Bug 13993: (2) Correct poorly transferred orders
authorMark Tompsett <mtompset@hotmail.com>
Thu, 16 Apr 2015 13:14:54 +0000 (09:14 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 15 Jul 2015 23:40:04 +0000 (11:40 +1200)
commit3bbd749536604d14d2c7a8df2baa25336c8a994d
treeedeea900a3716338db0d48f0fbb3e0faed3acf7c
parentf62bc698e737b73c404e8ccc3df9a266b97fc5f6
Bug 13993: (2) Correct poorly transferred orders

Added Atomic Update to fix poorly transferred orders

TEST PLAN
---------
8) Apply patch (2)
9) Run the database updates
   $ ./installer/data/mysql/updatedatabase.pl
   -- This should run without error
10) prove -v t/db_dependent/Acquisition/TransferOrder.t
    -- This should fail, because the transfer function is still
       not fixed.

Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
(cherry picked from commit f668a46e23746daa18c5fe8c6005a8661553c645)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
installer/data/mysql/atomicupdate/Bug-13993-Correct-OrderStatus-Of-Poorly-Transferred-Orders.sql [new file with mode: 0644]