From 03d59711b2bdf1d2f06a82f87d5c23049e144dd6 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 28 Feb 2008 10:33:25 +1300 Subject: [PATCH] A couple more corrections to opac-userupdate. Needed to add additional fields to the email. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl | 2 +- opac/opac-userupdate.pl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl index 1f4c9904e2..a59c8c11f9 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl @@ -50,7 +50,7 @@
  • " name="B_city" />
  • -
  • " />
  • +
  • " />
  • diff --git a/opac/opac-userupdate.pl b/opac/opac-userupdate.pl index dad7450f4a..9789b44258 100755 --- a/opac/opac-userupdate.pl +++ b/opac/opac-userupdate.pl @@ -49,8 +49,8 @@ my ( $borr, $flags ) = GetMemberDetails( $borrowernumber ); # handle the new information.... # collect the form values and send an email. my @fields = ( - 'title', 'surname', 'firstname', 'phone', - 'fax', 'streetaddress', 'emailaddress', 'city','phonepro', + 'surname', 'firstname', 'phone', + 'fax', 'address','address2','city','zipcode','phone','mobile','fax','phonepro', 'emailaddress','B_streetaddress','B_city','B_zipcode','dateofbirth','sex' ); my $update; my $updateemailaddress = C4::Context->preference('KohaAdminEmailAddress'); -- 2.20.1