LP#1068646: Relabel addresses as Billing instead of Physical user/rsteed/lp1068646_physical_to_billing_address
authorAleksey Lazar <aleksey.lazar@gmail.com>
Fri, 20 Feb 2015 19:57:52 +0000 (14:57 -0500)
committerRemington Steed <rjs7@calvin.edu>
Fri, 20 Feb 2015 21:06:33 +0000 (16:06 -0500)
The patron summary uses different terminology than the patron editor
form, specifically relating to types of addresses. This commit changes
all instances of "Physical Address" to "Billing Address", since those
terms always mean the same thing in Evergreen.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
Open-ILS/examples/fm_IDL.xml
Open-ILS/web/opac/locale/en-US/conify.dtd
Open-ILS/web/opac/locale/en-US/lang.dtd

index 4117732..b95d778 100644 (file)
@@ -3098,7 +3098,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
                        <field reporter:label="Active" name="active" reporter:datatype="bool"/>
                        <field reporter:label="Alert Message" name="alert_message"  reporter:datatype="text"/>
                        <field reporter:label="Barred" name="barred" reporter:datatype="bool"/>
-                       <field reporter:label="Physical Address" name="billing_address" reporter:datatype="link"/>
+                       <field reporter:label="Billing Address" name="billing_address" reporter:datatype="link"/>
                        <field reporter:label="Current Library Card" name="card" reporter:datatype="link"/>
                        <field reporter:label="Claims-returned Count" name="claims_returned_count" reporter:datatype="int" />
                        <field reporter:label="Claims Never Checked Out Count" name="claims_never_checked_out_count" reporter:datatype="int" />
index c0cf5a7..6b88ef4 100644 (file)
@@ -47,7 +47,7 @@
 <!ENTITY conify.org_unit.hoo_pane.sunday "Sunday">
 <!-- Addresses --> 
 <!ENTITY conify.org_unit.addresses_pane.title "Addresses">
-<!ENTITY conify.org_unit.addresses_pane.physical.title "Physical Address">
+<!ENTITY conify.org_unit.addresses_pane.physical.title "Billing Address">
 <!ENTITY conify.org_unit.addresses_pane.holds.title "Holds Address">
 <!ENTITY conify.org_unit.addresses_pane.mailing.title "Mailing Address">
 <!ENTITY conify.org_unit.addresses_pane.ill.title "ILL Address">
index 2da48ef..a5f3f3e 100644 (file)
 <!ENTITY staff.patron_display.radio.physical_address.accesskey ''>
 <!ENTITY staff.patron_display.name.label 'Patron Name'>
 <!ENTITY staff.patron_display.other_phone.label 'Other Phone:'>
-<!ENTITY staff.patron_display.physical.city.label 'Physical City:'>
-<!ENTITY staff.patron_display.physical.post_code.label 'Physical ZIP:'>
-<!ENTITY staff.patron_display.physical.state.label 'Physical State:'>
-<!ENTITY staff.patron_display.physical.street1.label 'Physical Address 1:'>
-<!ENTITY staff.patron_display.physical.street2.label 'Physical Address 2:'>
-<!ENTITY staff.patron_display.physical_address 'Physical Address'>
+<!ENTITY staff.patron_display.physical.city.label 'Billing City:'>
+<!ENTITY staff.patron_display.physical.post_code.label 'Billing ZIP:'>
+<!ENTITY staff.patron_display.physical.state.label 'Billing State:'>
+<!ENTITY staff.patron_display.physical.street1.label 'Billing Address 1:'>
+<!ENTITY staff.patron_display.physical.street2.label 'Billing Address 2:'>
+<!ENTITY staff.patron_display.physical_address 'Billing Address'>
 <!ENTITY staff.patron_display.profile.label 'Profile:'>
 <!ENTITY staff.patron_display.second_given_name.label 'Middle Name:'>
 <!ENTITY staff.patron_display.standing.label 'Standing:'>
 <!ENTITY staff.patron.ue.in_city_limits.label "Within City Limits">
 <!ENTITY staff.patron.ue.valid.label "Valid">
 <!ENTITY staff.patron.ue.mailing_address.label "Mailing Address">
-<!ENTITY staff.patron.ue.physical_address.label "Physical Address">
+<!ENTITY staff.patron.ue.physical_address.label "Billing Address">
 <!ENTITY staff.patron.ue.owned_address.label "Address is owned by">
 <!ENTITY staff.patron.ue.edit.label "Edit">
 <!ENTITY staff.patron.ue.label.label "Label">