[Koha-cvs] CVS: koha/acqui basket.pl,1.24,1.24.2.1

Paul POULAIN tipaul at users.sourceforge.net
Tue Apr 5 11:38:10 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	basket.pl 
Log Message:
bugfix : when a supplier is inactive, the librarian can't modify an order (just recieve books)

Index: basket.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/basket.pl,v
retrieving revision 1.24
retrieving revision 1.24.2.1
diff -C2 -r1.24 -r1.24.2.1
*** basket.pl	5 Oct 2004 09:22:16 -0000	1.24
--- basket.pl	5 Apr 2005 09:38:08 -0000	1.24.2.1
***************
*** 107,110 ****
--- 107,111 ----
  				authorisedbyname => $basket->{authorisedbyname},
  				closedate => format_date($basket->{closedate}),
+ 				active => $booksellers[0]->{'active'},
  				booksellerid=> $booksellers[0]->{'id'},
  				name => $booksellers[0]->{'name'},





More information about the Koha-cvs mailing list