]> git.koha-community.org Git - koha.git/commit
Bug 35100: Revert change to request_transfer
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 8 Jan 2024 17:34:09 +0000 (17:34 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 19 Sep 2024 11:41:53 +0000 (12:41 +0100)
commitbcb4ac59d4b20d04b453996902ec6ac130c2b2b2
tree5f32d1ab254eb95fd4627e0367bcbe19e6798514
parentd64a206a25d6685be981975a8883ed5073adf7ef
Bug 35100: Revert change to request_transfer

This patch reverts the change to request_transfer, opting to tackle the
StockRotationAdvance requirement to stay in place in ModItemTransfer
itself.

We also add a FIXME to RotatingCollections.. I'll look to removing that
on another bug to reduce the scope of this one.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Items.pm
C4/RotatingCollections.pm
Koha/Item.pm
t/db_dependent/Items.t
t/db_dependent/Koha/Item.t