From 95ae66b4e25d170c0c864dea4a1942e82d1e0daf Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Sun, 7 Dec 2008 03:46:54 +0000 Subject: [PATCH] mo fields --- unicorn_patron_xml2text.pl | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/unicorn_patron_xml2text.pl b/unicorn_patron_xml2text.pl index 434f6a0..97149c8 100755 --- a/unicorn_patron_xml2text.pl +++ b/unicorn_patron_xml2text.pl @@ -29,6 +29,7 @@ my @base_elements = ( "middle_name", "suffix_name", "note", + "note1", "comment", "staff", "webcatpref", @@ -44,7 +45,8 @@ my @base_elements = ( "notify_via", "user_claims_ret", "user_environment", - "user_department" + "user_department", + "ums_id" ); my @addr_elements = ( -- 1.7.2.5