koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/bull subscription-detail.pl,1.5.2.2,1.5.2.3


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/bull subscription-detail.pl,1.5.2.2,1.5.2.3
Date: Fri, 09 Sep 2005 03:11:40 -0700

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

Modified Files:
      Tag: rel_2_2
        subscription-detail.pl 
Log Message:
* removing the limit to delete a subscription
* adding serial note column to the subscription-detail

Index: subscription-detail.pl
===================================================================
RCS file: /cvsroot/koha/koha/bull/subscription-detail.pl,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -C2 -r1.5.2.2 -r1.5.2.3
*** subscription-detail.pl      2 Aug 2005 15:00:36 -0000       1.5.2.2
--- subscription-detail.pl      9 Sep 2005 10:11:38 -0000       1.5.2.3
***************
*** 78,82 ****
  my $subs = &getsubscription($subscriptionid);
  my ($totalissues,@serialslist) = getserials($subscriptionid);
- warn " => $totalissues";
  $totalissues-- if $totalissues; # the -1 is to have 0 if this is a new 
subscription (only 1 issue)
  # the subscription must be deletable if there is NO issues for a reason or 
another (should not happend, but...)
--- 78,81 ----




reply via email to

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