[Koha-bugs] [Bug 9997] New: Suspected typo in patron self registration code

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 8 10:04:02 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9997

            Bug ID: 9997
           Summary: Suspected typo in patron self registration code
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Patrons
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: katrin.fischer at bsz-bw.de
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

While translating this:

%s %s [%% SET field_display_names = { surname => "Surname" firstname => "First
name" title => "Title" othernames => "Other names" initials => "Initials"
streetnumber => "Street number" streettype => "Street type" address =>
"Address" address2 => "Address 2" city => "City" state => "State" zipcode =>
"Zip code" country => "Country" email => "Email" phone => "Primary Phone"
mobile => "Primary Mobile Phone" fax => "Fax" emailpro => "Secondary email"
phonepro => "Secondary phone" B_streetnumber => "Alternate address - street
number" B_streettype => "Alternate address - street type" B_address =>
"Alternate address" B_address2 => "Alternate address 2" B_city => "Alternate
address - city" B_state => "Alternate address - state" B_zipcode => "Alternate
address - zip code" B_email => "Alternate address - email" B_phone =>
"Alertnate address - phone" dateofbirth => "Date of birth" contactname =>
"Contact - last name" contactfirstname=> "Contact - first name" contacttitle =>
"Contact - title" relationship => "Contact - relationship" ethnicity =>
"Ethnicity" ethnotes => "Ethnicity notes" sex => "Sex" altcontactfirstname =>
"Alternate contact - first name" altcontactsurname => "Alternate contact -
surname" altcontactaddress1 => "Alternate contact - address" altcontactaddress2
=> "Alternate contact - address 2" altcontactaddress3 => "Alternate contact -
city" altcontactstate => "Alternate contact - state" altcontactzipcode =>
"Alternate contact - zip code" altcontactcounty => "Alternate contact - county"
altcontactphone => "Alternate contact - phone" smsalertnumber => "SMS alert
number" } %%] 

I was wondering if 
altcontactcounty => "Alternate contact - county" shouldn't be country to match
the field in the database?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list