https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23838 --- Comment #46 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Andrew Isherwood from comment #43)
(In reply to Tomás Cohen Arazi from comment #41)
We should add something like:
parent_issue_id is_renewal
to the issues table.
Actually, thinking about this, I'm not sure the is_renewal flag is necessary, surely the fact that it's a renewal can be inferred from a populated parent_issue_id column? I may be missing something in your reasoning though! :)
TBH, my original thinking was we needed a 'checkout_type' or similar field, in which we put 'renewal' (there's already an 'onsite' flag that would be moved there). But thought it was simpler to write is_renewal to make a point. -- You are receiving this mail because: You are watching all bug changes.