https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41732 --- Comment #4 from Chris Mathevet <chris.mathevet@inLibro.com> --- Created attachment 198752 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198752&action=edit Bug 41732: Default order quantity to 1 outside item-at-ordering Test plan: 1. In system preferences, set AcqCreateItem to cataloging the record or receiving an order. 2. Create a new basket with Create items when set to Use default (receiving an order). 3. In the basket, click + Add to basket and select an existing bibliographic record. 4. From the selected bibliographic record, click Add order. 5. On the order page, check Accounting details → Quantity. • Notice that the quantity defaults to 0 and the field is editable. After applying the patch 6. Repeat steps 1–4. 7. On the order page, check Accounting details → Quantity. • Notice that the quantity defaults to 1 and the field is editable. Item creation at ordering 8. In system preferences, set AcqCreateItem to placing an order. 9. Create a new order. 10. On the order page, check Accounting details → Quantity. • Notice that the quantity defaults to 0 and the field is not editable. Signed-off-by: Chris Mathevet <chris.mathevet@inLibro.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.