https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25037
--- Comment #59 from Joonas Kylmälä <[email protected]> --- Comment on attachment 104268 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104268 Bug 25037: Replace occurences to issues.onsite_checkout Review of attachment 104268: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=25037&attachment=104268) ----------------------------------------------------------------- I checked all the other patches and they were looking good! ::: api/v1/swagger/definitions/checkout.json @@ +53,5 @@ > "description": "Date the item was issued" > }, > + "checkout_type": { > + "type": ["string", "null"], > + "description": "Checkout type, an authorised value under CHECKOUT_TYPE > category" The description is still from the v1 version where authorized values were used. Could you here a) add enum for values "CHECKOUT" and "ONSITE" and b) update the description. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
