Bug 29762: (follow-up) Change field names from phone to primary phone
This change is made in order to make sure that the labels on the normal patron form and the batch patron edit tool match up. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
782bb4acf9
commit
3f80a0fcf7
1 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@
|
|||
<th>ZIP/Postal code</th>
|
||||
<th>Country</th>
|
||||
<th>Primary email</th>
|
||||
<th>Phone</th>
|
||||
<th>Primary phone</th>
|
||||
<th>Other phone</th>
|
||||
<th>Registration date</th>
|
||||
<th>Expiry date</th>
|
||||
|
@ -320,7 +320,7 @@
|
|||
[% CASE 'zipcode' %]<span>ZIP/Postal code:</span>
|
||||
[% CASE 'country' %]<span>Country:</span>
|
||||
[% CASE 'email' %]<span>Primary email:</span>
|
||||
[% CASE 'phone' %]<span>Phone:</span>
|
||||
[% CASE 'phone' %]<span>Primary phone:</span>
|
||||
[% CASE 'mobile' %]<span>Other phone:</span>
|
||||
[% CASE 'sort1' %]<span>Sort 1:</span>
|
||||
[% CASE 'sort2' %]<span>Sort 2:</span>
|
||||
|
|
Loading…
Reference in a new issue