http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13536 --- Comment #3 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 35443 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35443&action=edit Bug 13536: Follow-up for adding date_due_without_time in column list This patch adds the ("virtual") column date_due_without_time to the list of available columns when editing a notice (for the issues table). Test plan: Add the column to the CHECKOUT notice. Verify that the actual notice at checkout now contains the expected data. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> I also tested this by adding the field to DUE and running the overdues cron job. Note that in that case it must be included in an <item> section. (This is a restriction imposed by the code in the overdue_notices.pl script.) -- You are receiving this mail because: You are watching all bug changes.