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>
This commit is contained in:
parent
b335b72991
commit
f668a46e23
1 changed files with 3 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
||||||
|
UPDATE aqorders SET orderstatus='cancelled'
|
||||||
|
WHERE (datecancellationprinted IS NOT NULL OR
|
||||||
|
datecancellationprinted<>'0000-00-00');
|
Loading…
Reference in a new issue