http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8349
--- Comment #1 from M. Tompsett <[email protected]> --- Created attachment 10623 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10623&action=edit Moved the substitution inside the if statement While generating this patch, I realized that the if statement needs fixing too. Bug report to follow for that problem. However, the if statement modification won't affect the NULL case, which is being handled by moving this. It does differ technically in the case of 0 or '0', however the result is the same. -- 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/
