Bug 13993: (2) Correct poorly transferred orders
authorMark Tompsett <mtompset@hotmail.com>
Thu, 16 Apr 2015 13:14:54 +0000 (09:14 -0400)
committerTomas Cohen Arazi <tomascohen@unc.edu.ar>
Fri, 19 Jun 2015 14:45:01 +0000 (11:45 -0300)
commitf668a46e23746daa18c5fe8c6005a8661553c645
tree84a1cc520a0d570954f1116108bf699a7ec0a94a
parentb335b7299120f642a0f7d7654937521df8f75ba6
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>
installer/data/mysql/atomicupdate/Bug-13993-Correct-OrderStatus-Of-Poorly-Transferred-Orders.sql [new file with mode: 0644]