[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/bull subscription-detail.pl [rel_2_2]
From: |
Robert Lyon |
Subject: |
[Koha-cvs] koha/bull subscription-detail.pl [rel_2_2] |
Date: |
Mon, 27 Nov 2006 05:33:24 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Robert Lyon <bob_lyon> 06/11/27 05:33:24
Modified files:
bull : subscription-detail.pl
Log message:
Fixing place for where we get the subscription id from
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/bull/subscription-detail.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.5.2.5&r2=1.5.2.6
Patches:
Index: subscription-detail.pl
===================================================================
RCS file: /sources/koha/koha/bull/Attic/subscription-detail.pl,v
retrieving revision 1.5.2.5
retrieving revision 1.5.2.6
diff -u -b -r1.5.2.5 -r1.5.2.6
--- subscription-detail.pl 24 Nov 2006 00:23:22 -0000 1.5.2.5
+++ subscription-detail.pl 27 Nov 2006 05:33:23 -0000 1.5.2.6
@@ -181,7 +181,7 @@
biblionumber => $subs->{biblionumber},
bibliotitle => $subs->{bibliotitle},
notes => $subs->{notes},
- subscriptionid => $subs->{subscriptionid},
+ subscriptionid => $subscriptionid,
serialslist => address@hidden,
totalissues => $totalissues,
weekarrayjs => $weekarrayjs,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/bull subscription-detail.pl [rel_2_2],
Robert Lyon <=