koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/acqui order.pl,1.9,1.9.2.1


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/acqui order.pl,1.9,1.9.2.1
Date: Fri, 06 Feb 2004 06:14:02 -0800

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

Modified Files:
      Tag: rel_2_0
        order.pl 
Log Message:
managing active/inactive suppliers. user can't create an order on an inactive 
supplier

Index: order.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/order.pl,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -C2 -r1.9 -r1.9.2.1
*** order.pl    8 Jul 2003 16:20:15 -0000       1.9
--- order.pl    6 Feb 2004 14:13:59 -0000       1.9.2.1
***************
*** 64,67 ****
--- 64,68 ----
        $line{id} =$suppliers[$i]->{'id'};
        $line{name} = $suppliers[$i]->{'name'};
+       $line{active} = $suppliers[$i]->{'active'};
        $line{total} = $orders->[0]->{'count(*)'};
        $line{authorisedby} = $orders->[0]->{'authorisedby'};




reply via email to

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