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

Paul POULAIN tipaul at users.sourceforge.net
Fri Sep 9 12:11:40 CEST 2005


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, at 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 ----





More information about the Koha-cvs mailing list