https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22390
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #5 from Nick Clemens <[email protected]> --- This seems to have improved things - If I copy an order from a basket where effective create items is 'ordering' then a new item is created. However If I copy from a basket that did create items to a new basket that where effective create items is 'cataloging' an item is created, though it should not be. I think the correct condition might be if ( (!$self->subscriptionid) && ($self->basket->effective_create_items eq 'ordering') ) { # Do copy items if not a serial AND if items are created on ordering in this basket -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
