Bug 26819: (QA follow-up) authorized_value should be authorised_value
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 23 Nov 2020 14:42:06 +0000 (09:42 -0500)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 25 Nov 2020 13:38:11 +0000 (14:38 +0100)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt

index d6c66c6..2ea511a 100644 (file)
                             <td>
                                  [% IF cr.course_item.ccode_enabled %]
                                      [% IF cr.course_item.enabled == 'yes' %]
-                                     <strong>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorized_value => cr.item.ccode ) | html %]</strong>
+                                     <strong>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => cr.item.ccode ) | html %]</strong>
                                         [% IF cr.item.ccode %]
-                                            ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorized_value => cr.course_item.ccode_storage ) | html %])
+                                            ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => cr.course_item.ccode_storage ) | html %])
                                         [% END %]
                                      [% ELSE %]
-                                        [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorized_value => cr.course_item.ccode ) | html %]
+                                        [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => cr.course_item.ccode ) | html %]
                                         [% IF cr.item.ccode %]
-                                            (<strong>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorized_value => cr.item.ccode ) | html %]</strong>)
+                                            (<strong>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => cr.item.ccode ) | html %]</strong>)
                                         [% END %]
                                      [% END %]
                                  [% ELSE %]
                                      <em>Unchanged</em>
                                      [% IF cr.item.ccode %]
-                                         ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorized_value => cr.item.ccode ) | html %])
+                                         ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => cr.item.ccode ) | html %])
                                      [% END %]
                                  [% END %]
                             </td>