https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20468
--- Comment #22 from Marcel de Rooy <[email protected]> --- (In reply to Jonathan Druart from comment #21) > Marcel, (last patch) could not we use only null (instead of undefined vs > null)? Please see comment19. I need both values. These are standard values in javascript helping us to make the distinction between not yet initialized and null returned by a cancel. In order to meet your comment, I added comments. > There is also a tiny ergonomic issue, hit /circ/article-requests.pl, click > the "processing" tab. There are the "select all" and "clear all" links, if > the table is empty and you click on one of them they will disappear. Good catch. Fixed on last follow-up. -- 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/
