Bug 17667: Do not modify quantity of the original standing order when a receipt is...
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 18 Dec 2019 17:10:15 +0000 (18:10 +0100)
committerJoy Nelson <joy@bywatersolutions.com>
Fri, 31 Jan 2020 23:43:49 +0000 (23:43 +0000)
commit31832c35e3bfe71a58dce9359319cba9a6eaa159
treeac0629c804f4796b9ba25a0b8a28566fe484691e
parent5f918d4118e2e617ed32ebdb4732b9d4bbae08b4
Bug 17667: Do not modify quantity of the original standing order when a receipt is cancelled

When cancelling a receipt, the quantity of the original order is
increased.

Test plan:
Create a basket, mark is as "standing orders"
Create an order
receive it
cancel the receipt
=> Without this patch the quantity of the original order is 2
=> With this patch applied the quantity it always 1

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
C4/Acquisition.pm