koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/opac opac-sendbasket.pl,1.3,1.4


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/opac opac-sendbasket.pl,1.3,1.4
Date: Tue, 07 Dec 2004 02:10:44 -0800

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

Modified Files:
        opac-sendbasket.pl 
Log Message:
email sent basket : the sender can give it's name, in case the basket is sent 
to a friend, not to itself

Index: opac-sendbasket.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-sendbasket.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-sendbasket.pl  22 Nov 2004 16:41:04 -0000      1.3
--- opac-sendbasket.pl  7 Dec 2004 10:10:41 -0000       1.4
***************
*** 24,27 ****
--- 24,28 ----
  my $bib_list=$query->param('bib_list');
  my $email_add=$query->param('email_add');
+ my $email_sender=$query->param('email_sender');
  
  if ($email_add) {
***************
*** 59,63 ****
  
        my address@hidden;
!       $template2->param(BIBLIO_RESULTS => $resultsarray);
  
        # Getting template result
--- 60,65 ----
  
        my address@hidden;
!       $template2->param(BIBLIO_RESULTS => $resultsarray,
!                                       email_sender => $email_sender);
  
        # Getting template result




reply via email to

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