Bug 30773: Standardize spelling i-tive / Itiva

In the Koha staff interface go to administration.
Go to TalkingTechItivaPhoneNotification. Enable this preference. Save.
Go to Tools > Overdue notice/status triggers
Check that ‘Phone (i-tiva)’ is an option for notice types.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 0a40c7f58e)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
krisw 2022-07-07 23:53:15 +00:00 committed by Lucas Gass
parent 4debd73a21
commit 8d359cad37

View file

@ -479,7 +479,7 @@
[% CASE 'print' %]<span>Print</span>
[% CASE 'sms' %]<span>SMS</span>
[% CASE 'feed' %]<span>Feed</span>
[% CASE 'itiva' %]<span>Phone ( Itiva )</span>
[% CASE 'itiva' %]<span>Phone ( i-tiva )</span>
[% CASE 'phone' %]<span>Phone</span>
[% CASE %]<span>[% letter.message_transport_type | html %]</span>
[% END %]