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

Paul POULAIN tipaul at users.sourceforge.net
Fri Feb 6 15:14:02 CET 2004


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





More information about the Koha-cvs mailing list