https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37265
Michal Dudzik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #168559|0 |1 is obsolete| | --- Comment #4 from Michal Dudzik <[email protected]> --- Created attachment 168594 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168594&action=edit Add UniqueItemFields in orderreceive When using the Koha acquisition module to receive items (basket receiving an order), Koha does not consideration of UniqueItemFields setting. The problem is that you can accidentally attach 3 items to an order with the same values. Test plan: 1. Set preference UniqueItemFields: Public note (itemnotes) 2. Go to the acquisition module. 3. Create a basket with the option for 'Create items when:' set to receiving an order. 4. Add an order to the basket, for example: From a new (empty) record with the Quantity set to 3 or more. 5. Close the basket. 6. Receive the order. 7. Add a public note: TEST, and receive the first item (Add item). 8. You will see that the next item has the same public note. 9. Apply this patch and repeat step 7 - the public note is not used for the next note. Sponsored-by: kohawbibliotece.pl -- 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/
