https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26268
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #12 from Katrin Fischer <[email protected]> --- I see that there is a lot of history here, but I am not quite following yet. 1) Before dropping the column: Did we move the information stored there in previous developments? If we didn't, we might just want to print a warning if there is any content to be found in the db and ask people to drop themselves. It has been done in the past with some of the columns in borrowers (ethnicity?) I think. If there is no data, we can drop it in the update. 2) Looking for "paidfor" I found some more references this patch is not taking care of: catalogue/moredetail.pl: # Add paidfor info catalogue/moredetail.pl: $item->{paidfor} = { patron => $patron, created_on => $payment_offset->created_on }; koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt: [% IF ( ITEM_DAT.paidfor ) %]<li><span class="label">Paid for?:</span> [% INCLUDE 'patron-title.inc' patron=ITEM_DAT.paidfor.patron hide_patron_infos_if_needed=1 %] on [% ITEM_DAT.paidfor.created_on | $KohaDates %]</li>[% END %] -- 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/
