https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37265
Michal Dudzik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #168607|0 |1 is obsolete| | --- Comment #7 from Michal Dudzik <[email protected]> --- Created attachment 168608 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168608&action=edit Bug 37265: Consideration of UniqueItemFields setting when receiving items in an order When using the acquisition module and receiving orders (where items are created when receiving an order), Koha does not consider the UniqueItemFields system preference settings for for fields when adding items. The problem is that the unique field values are copied to the next items received in the order, when they shouldn't be. 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/
