koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/acqui suggestion-select.pl,1.3,1.3.2.1


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/acqui suggestion-select.pl,1.3,1.3.2.1
Date: Mon, 07 Mar 2005 01:56:45 -0800

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

Modified Files:
      Tag: rel_2_2
        suggestion-select.pl 
Log Message:
2 bugfixes in suggestions :
* major : a suggestion was not shown in acquisition except when ordered by the 
suggestor itself.
* minor : the name was not shown in accepted by column, in acquisition

Index: suggestion-select.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/suggestion-select.pl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** suggestion-select.pl        13 Sep 2004 15:17:48 -0000      1.3
--- suggestion-select.pl        7 Mar 2005 09:56:41 -0000       1.3.2.1
***************
*** 24,28 ****
  my $isbn = $input->param('isbn');
  my $status = 'ACCEPTED';
! my $suggestedbyme = 1;
  my $op = $input->param('op');
  $op = 'else' unless $op;
--- 24,28 ----
  my $isbn = $input->param('isbn');
  my $status = 'ACCEPTED';
! my $suggestedbyme = -1; # search ALL suggestors
  my $op = $input->param('op');
  $op = 'else' unless $op;




reply via email to

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