Bug 27907

Summary: Add support for circulation status 2 ( on order )
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: Main   
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: 27906    
Bug Blocks: 27908    
Attachments: Bug 27907: Add unit test
Bug 27907: Add support for circulation status 2 ( on order )
Bug 27907: Add unit test
Bug 27907: Add support for circulation status 2 ( on order )
Bug 27907: Add unit test
Bug 27907: Add support for circulation status 2 ( on order )

Description Kyle M Hall 2021-03-09 18:28:11 UTC

    
Comment 1 Kyle M Hall 2021-03-10 15:35:11 UTC
Created attachment 118029 [details] [review]
Bug 27907: Add unit test
Comment 2 Kyle M Hall 2021-03-10 15:35:26 UTC
Created attachment 118030 [details] [review]
Bug 27907: Add support for circulation status 2 ( on order )

In Koha, we represent on order items by giving those items a notforloan
value less then zero. We can use this to implement circ status 02 ( on
order ) in for SIP.
Comment 3 Kyle M Hall 2021-04-22 10:28:12 UTC
Created attachment 119989 [details] [review]
Bug 27907: Add unit test

Signed-off-by: Christopher Kellermeyer - Altadena Library District <ckellermeyer@altadenalibrary.org>
Comment 4 Kyle M Hall 2021-04-22 10:28:23 UTC
Created attachment 119990 [details] [review]
Bug 27907: Add support for circulation status 2 ( on order )

In Koha, we represent on order items by giving those items a notforloan
value less then zero. We can use this to implement circ status 02 ( on
order ) in for SIP.

Signed-off-by: Christopher Kellermeyer - Altadena Library District <ckellermeyer@altadenalibrary.org>
Comment 5 Martin Renvoize 2021-07-09 12:02:08 UTC
Created attachment 122723 [details] [review]
Bug 27907: 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 6 Martin Renvoize 2021-07-09 12:02:12 UTC
Created attachment 122724 [details] [review]
Bug 27907: Add support for circulation status 2 ( on order )

In Koha, we represent on order items by giving those items a notforloan
value less then zero. We can use this to implement circ status 02 ( on
order ) in for SIP.

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 12:02:39 UTC
Tests pass, code makes sense, qa script happy.

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