koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Bull.pm,1.6.2.1,1.6.2.2


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/C4 Bull.pm,1.6.2.1,1.6.2.2
Date: Mon, 24 Jan 2005 12:42:20 -0800

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

Modified Files:
      Tag: rel_2_2
        Bull.pm 
Log Message:
Formatting subscription start date in get_subscription_list_from_biblionumber 
according to system preference

Index: Bull.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Bull.pm,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -C2 -r1.6.2.1 -r1.6.2.2
*** Bull.pm     11 Jan 2005 15:07:58 -0000      1.6.2.1
--- Bull.pm     24 Jan 2005 20:41:47 -0000      1.6.2.2
***************
*** 177,180 ****
--- 177,181 ----
        my @res;
        while (my $subs = $sth->fetchrow_hashref) {
+               $subs->{'startdate'} = format_date($subs->{'startdate'});
                push @res,$subs;
        }




reply via email to

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