https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34880
--- Comment #4 from Katrin Fischer <[email protected]> --- The attached patch fixes: * Standing order + Item created in cataloguing The attached patch breaks: * Standing order + Item created on receive Without the patch the quantity received is 0 and increased to 1 when the item form is submitted. With the patch, the quantity received is 1 and we get an error on saving the item form because it tries to increase above the 'ordered' value. -- You are receiving this mail because: You are the assignee for the bug. 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/
