31 Jan
2020
31 Jan
'20
7:59 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22690 --- Comment #23 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- (In reply to Joonas Kylmälä from comment #22)
I would just reverse the original idea: move_items_to_biblio. Then it should be obvious we are talking about the current object's items being moved. Not sure if perl OO style supports overloading, but in that case it could be just move_items, and the parameters defined whether we move them to another biblio or (yet to be included to Koha) to a holdings record.
Or we could do this even in the Item and Items objects for maximum code reusability, like $biblio->items->move_to_biblio? -- You are receiving this mail because: You are watching all bug changes.