Bug 27906

Summary: Add support for circulation status 9 ( waiting to be re-shelved )
Product: Koha Reporter: Kyle M Hall <kyle>
Component: SIP2Assignee: Kyle M Hall <kyle>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: fridolin.somers, martin.renvoize, victor
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
21.11.00,21.05.02,20.11.09
Bug Depends on: 25348    
Bug Blocks: 27907    
Attachments: Bug 27906: Add unit test
Bug 27906: Add support for circulation status 9 ( waiting to be re-shelved )
Bug 27906: Add support for circulation status 9 ( waiting to be re-shelved )
Bug 27906: Add unit test
Bug 27906: Add support for circulation status 9 ( waiting to be re-shelved )
Bug 27906: Add unit test
Bug 27906: Add support for circulation status 9 ( waiting to be re-shelved )

Description Kyle M Hall 2021-03-09 18:27:08 UTC

    
Comment 1 Kyle M Hall 2021-03-10 15:25:06 UTC
Created attachment 118026 [details] [review]
Bug 27906: Add unit test
Comment 2 Kyle M Hall 2021-03-10 15:25:16 UTC
Created attachment 118027 [details] [review]
Bug 27906: Add support for circulation status 9 ( waiting to be re-shelved )
Comment 3 Kyle M Hall 2021-03-10 15:27:00 UTC
Created attachment 118028 [details] [review]
Bug 27906: Add support for circulation status 9 ( waiting to be re-shelved )

In Koha, we can support circ status 09 in SIP by checking if the item's
location is "CART".

Test Plan:
1) prove t/db_dependent/SIP/Transaction.t
Comment 4 Kyle M Hall 2021-04-22 10:26:33 UTC
Created attachment 119987 [details] [review]
Bug 27906: Add unit test

Signed-off-by: Christopher Kellermeyer - Altadena Library District <ckellermeyer@altadenalibrary.org>
Comment 5 Kyle M Hall 2021-04-22 10:26:44 UTC
Created attachment 119988 [details] [review]
Bug 27906: Add support for circulation status 9 ( waiting to be re-shelved )

In Koha, we can support circ status 09 in SIP by checking if the item's
location is "CART".

Test Plan:
1) prove t/db_dependent/SIP/Transaction.t

Signed-off-by: Christopher Kellermeyer - Altadena Library District <ckellermeyer@altadenalibrary.org>
Comment 6 Martin Renvoize 2021-07-09 11:58:29 UTC
Created attachment 122721 [details] [review]
Bug 27906: Add unit test

Signed-off-by: Christopher Kellermeyer - Altadena Library District <ckellermeyer@altadenalibrary.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 7 Martin Renvoize 2021-07-09 11:58:33 UTC
Created attachment 122722 [details] [review]
Bug 27906: Add support for circulation status 9 ( waiting to be re-shelved )

In Koha, we can support circ status 09 in SIP by checking if the item's
location is "CART".

Test Plan:
1) prove t/db_dependent/SIP/Transaction.t

Signed-off-by: Christopher Kellermeyer - Altadena Library District <ckellermeyer@altadenalibrary.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 8 Martin Renvoize 2021-07-09 11:59:16 UTC
Works as expected, tests pass, qa script happy.

Passing QA
Comment 9 Jonathan Druart 2021-07-12 13:49:01 UTC
Pushed to master for 21.11, thanks to everybody involved!
Comment 10 Kyle M Hall 2021-07-16 13:06:54 UTC
Pushed to 21.05.x for 21.05.02
Comment 11 Fridolin Somers 2021-08-02 21:37:12 UTC
Pushed to 20.11.x for 20.11.09
Comment 12 Victor Grousset/tuxayo 2021-08-16 18:33:54 UTC
Not backported to oldoldstable (20.05.x). Feel free to ask if it's needed.