Bug 19120: Leave cancelled ordered items alone when reopening basket
authorMark Tompsett <mtompset@hotmail.com>
Sat, 2 Sep 2017 01:23:20 +0000 (21:23 -0400)
committerMason James <mtj@kohaaloha.com>
Tue, 24 Oct 2017 04:35:23 +0000 (17:35 +1300)
commitd5ac7d7d064358a94830563710f172dd528bee04
tree22757411f380e16065469317c64a4f29e1d2a93b
parenta49e29d7f5719750136403ebb6abb29f31a3b71c
Bug 19120: Leave cancelled ordered items alone when reopening basket

TEST PLAN
---------
1) Apply first patch
2) prove t/db_dependent/Acquisition/close_reopen_basket.t
   -- FAILS
3) Apply this patch
4) prove t/db_dependent/Acquisition/close_reopen_basket.t
   -- SUCCESS!
5) run koha qa test tools

Followed test plan, patch worked as described
Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz>

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Mason James <mtj@kohaaloha.com>
C4/Acquisition.pm