koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/acqui basket.pl,1.24,1.24.2.1
Date: Tue, 05 Apr 2005 02:38:10 -0700

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'},




reply via email to

[Prev in Thread] Current Thread [Next in Thread]