[Koha-bugs] [Bug 10377] fix_unimarc_100 could be improved with 210$d values

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 30 15:38:18 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10377

--- Comment #4 from Paul Poulain <paul.poulain at biblibre.com> ---
(In reply to comment #3)
> How about something in this style:
sounds good

> if ($s100a08 =~ /[abcdefghijku]/ && 
> 	$s100a09_12 =~ /\d{4}/ && 
> 	$s100a09_12 >= 1455 && 
> 	$s100a09_12 <= $year_now + 1) {  # +1 just in case the is a next year date
I really love the >= 1455 :D :D

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list