[Koha-cvs] CVS: koha/acqui suggestion-select.pl,1.3.2.1,1.3.2.2

Paul POULAIN tipaul at users.sourceforge.net
Fri Mar 25 13:50:00 CET 2005


Update of /cvsroot/koha/koha/acqui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14511/acqui

Modified Files:
      Tag: rel_2_2
	suggestion-select.pl 
Log Message:
needs acquisition flag, not borrow

Index: suggestion-select.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/suggestion-select.pl,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -r1.3.2.1 -r1.3.2.2
*** suggestion-select.pl	7 Mar 2005 09:56:41 -0000	1.3.2.1
--- suggestion-select.pl	25 Mar 2005 12:49:58 -0000	1.3.2.2
***************
*** 34,38 ****
  			     query => $input,
  			     authnotrequired => 1,
! 			     flagsrequired => {borrow => 1},
  			 });
  
--- 34,38 ----
  			     query => $input,
  			     authnotrequired => 1,
! 			     flagsrequired => {acquisition => 1},
  			 });
  





More information about the Koha-cvs mailing list