https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23838
--- Comment #44 from Katrin Fischer <[email protected]> --- > We should add something like: > > parent_issue_id > is_renewal > > to the issues table. > > And then make /checkouts/:checkout_id/renewals return, well, the renewals. > I wouldn't oppose to an intermediate solution 'in the meantime' but it is > not clear the data is good enough to make the route reliable right now. Which table to you intend to add this to? If you meant issues I am not sure if I like it. It would mean adding a new line for every renewal... once again throwing off all reports people may have written on these tables. I'd like it better if we could 'pimp' statistics to work in the indended way. I could imagine adding a 'issue_id' column there. then we have the entries for issue, return, renew that make it clear what was done. -- 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/
