[Top][All Lists]
[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 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/bull subscription-detail.pl,1.5.2.2,1.5.2.3,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/C4 Bull.pm,1.6.2.13,1.6.2.14
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/bull statecollection.tmpl,1.4.2.4,1.4.2.5 subscription-detail.tmpl,1.6.2.5,1.6.2.6
- Previous by thread:
[Koha-cvs] CVS: koha/C4 Bull.pm,1.6.2.13,1.6.2.14
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/bull statecollection.tmpl,1.4.2.4,1.4.2.5 subscription-detail.tmpl,1.6.2.5,1.6.2.6
- Index(es):