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>
(cherry picked from commit 3f80a0fcf7)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 853ced5fa1)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
This commit is contained in:
Katrin Fischer 2023-07-09 14:08:51 +00:00 committed by Matt Blenkinsop
parent b935d5e10c
commit 365b9ef2a4

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>