https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16535
--- Comment #8 from Marc Véron <[email protected]> --- (In reply to Jonathan Druart from comment #7) > If we want to stick with this patch, we should fix the following bug: > If the date does not exist, the cell contains: "name - " Can that ever happen? I had to delete the date directly in mysql to test this case (setting the date to '' and to NULL). If there is no date, the column displays nothing (with and without patch). On /suggestion/suggestion.pl, the column shows ' - ' (no name, no date, only the -) But if somebody adds a date column, I'll be happy to sign off :-) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
