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:
Katrin Fischer 2023-07-09 14:08:51 +00:00 committed by Tomas Cohen Arazi
parent 782bb4acf9
commit 3f80a0fcf7
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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>