[Koha-patches] [PATCH 2/2] Bug: 6539 - Used Business::ISBN to validate the ISBN intead of rolling my own

Frédéric DEMIANS f.demians at tamil.fr
Wed Jun 29 17:19:52 CEST 2011


Thanks for your reactivity.

diff --git a/C4/Search.pm b/C4/Search.pm
 > index be96946..5648faa 100644
 > --- a/C4/Search.pm
 > +++ b/C4/Search.pm
 > @@ -33,7 +33,7 @@ use C4::Debug;
 >  use C4::Items;
 >  use YAML;
 >  use URI::Escape;
 > -use POSIX;
 > +use Business::ISBN;

This means that your patch is based on your previous patch. You must
send a patch based on current HEAD: Koha last version as available on
git repository.



More information about the Koha-patches mailing list