Bug 10924: fix updating contact note from OPAC
authorOwen Leonard <oleonard@myacpl.org>
Fri, 20 Sep 2013 15:31:57 +0000 (11:31 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 23 Sep 2013 18:05:46 +0000 (18:05 +0000)
If you update your "Contact note" via the OPAC that change doesn't
appear in the staff client's "Update patron records" interface. The
field is missing from members-update.tt

To test, log in to the OPAC and update your details
(opac-memberentry.pl), modifying the "Contact note" in the "Alternate
address" section.

In the staff client, view "Patrons requesting modifications"
(members/memgers-update.pl). The changed contact note field should
appear in the list of field awaiting approval for that patron.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Comment: Work as described. No koha-qa errors

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
One line change - contact note now updates perfectly.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt

index eddfb29..4854e39 100644 (file)
@@ -41,6 +41,7 @@
         B_zipcode       => "Alternate address - zip code"
         B_email         => "Alternate address - email"
         B_phone         => "Alertnate address - phone"
+        contactnote     => "Alternate address - contact note"
         dateofbirth     => "Date of birth"
         contactname     => "Contact - last name"
         contactfirstname=> "Contact - first name"