koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/bull order.pl,1.3,1.4


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/bull order.pl,1.3,1.4
Date: Thu, 02 Sep 2004 09:24:44 -0700

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

Modified Files:
        order.pl 
Log Message:


Index: order.pl
===================================================================
RCS file: /cvsroot/koha/koha/bull/order.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** order.pl    12 Aug 2004 14:36:07 -0000      1.3
--- order.pl    2 Sep 2004 16:24:42 -0000       1.4
***************
*** 48,58 ****
  my ($count,@suppliers)=bookseller($supplier);
  
- # check if we have to "close" a basket before building page
- my $op = $query->param('op');
- my $basket = $query->param('basket');
- if ($op eq 'close') {
-       closebasket($basket);
- }
- 
  #build reult page
  my $toggle=0;
--- 48,51 ----
***************
*** 68,72 ****
                $toggle=0;
        }
!       $line{supplierid} =$suppliers[$i]->{'id'};
        $line{name} = $suppliers[$i]->{'name'};
        $line{active} = $suppliers[$i]->{'active'};
--- 61,65 ----
                $toggle=0;
        }
!       $line{aqbooksellerid} =$suppliers[$i]->{'id'};
        $line{name} = $suppliers[$i]->{'name'};
        $line{active} = $suppliers[$i]->{'active'};




reply via email to

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