@@ -, +, @@ a class called 'ret_badbarcode' UpdateNotForLoanStatusOnCheckin, notice the class 'ret_nflupdate'. should make it easier to target those for audio alerts 'ret_locationupdate' see the class 'ret_ispermenant'. 'ret_notissued' and see the class 'ret_checkedin' see the class 'ret_blocked' item and see the class 'ret_feeremains' --- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 40 ++++++++++++---------- 1 file changed, 22 insertions(+), 18 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -193,24 +193,28 @@ [% END %] [% FOREACH errmsgloo IN errmsgloop %] [% IF ( errmsgloo.NotForLoanStatusUpdated ) %] -

+

Not for loan status updated.
Old value: [% IF errmsgloo.NotForLoanStatusUpdated.from %] - [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.from ) | html %]. + + [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.from ) | html %]. + [% ELSE %] Available for loan. [% END %]
New value: [% IF errmsgloo.NotForLoanStatusUpdated.to %] - [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.to ) | html %]. + + [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.to ) | html %]. + [% ELSE %] Available for loan. [% END %]

[% END %] [% IF ( errmsgloo.ItemLocationUpdated ) %] -

+

Item shelving location updated.
Old value: [% IF errmsgloo.ItemLocationUpdated.from %] @@ -239,30 +243,30 @@

[% END %] [% IF ( errmsgloo.badbarcode ) %] -

No item with barcode: [% errmsgloo.msg | html %]

+

No item with barcode: [% errmsgloo.msg | html %]

[% END %] [% IF ( errmsgloo.ispermanent ) %] -

Please return item to: [% Branches.GetName( errmsgloo.msg ) | html %]

+

Please return item to: [% Branches.GetName( errmsgloo.msg ) | html %]

[% END %] [% IF ( errmsgloo.notissued ) %] -

Not checked out.

+

Not checked out.

[% END %] [% IF ( errmsgloo.localuse) %] -

Local use recorded

+

Local use recorded

[% END %] [% IF ( errmsgloo.waslost ) %] [% IF Koha.Preference('BlockReturnOfLostItems') %] -

Item is lost, cannot be checked in.

+

Item is lost, cannot be checked in.

[% ELSE %] -

Item was lost, now found.

+

Item was lost, now found.

[% END %] [% IF LostItemFeeRefunded and not Koha.Preference('BlockReturnOfLostItems') %] -

A refund has been applied to the borrowing patron's account.

+

A refund has been applied to the borrowing patron's account.

[% ELSIF Koha.Preference('BlockReturnOfLostItems') %]
Cannot check in

NOT CHECKED IN

[% ELSE %] -

Any lost item fees for this item will remain on the patron's account.

+

Any lost item fees for this item will remain on the patron's account.

[% END %] [% END %] [% IF ( errmsgloo.withdrawn ) %] @@ -270,19 +274,19 @@
Cannot check in

NOT CHECKED IN

[% END %] -

Item is withdrawn.

+

Item is withdrawn.

[% END %] [% IF ( errmsgloo.debarred ) %] -

[% errmsgloo.debarname | html %]([% errmsgloo.debarcardnumber | html %]) is now debarred until [% errmsgloo.debarred | $KohaDates %].

+

[% errmsgloo.debarname | html %]([% errmsgloo.debarcardnumber | html %]) is now debarred until [% errmsgloo.debarred | $KohaDates %].

[% END %] [% IF ( errmsgloo.prevdebarred ) %] -

Reminder: Patron was earlier restricted until [% errmsgloo.prevdebarred | $KohaDates %].

+

Reminder: Patron was earlier restricted until [% errmsgloo.prevdebarred | $KohaDates %].

[% END %] [% IF ( errmsgloo.foreverdebarred ) %] -

Reminder: Patron has an indefinite restriction.

+

Reminder: Patron has an indefinite restriction.

[% END %] [% IF errmsgloo.data_corrupted %] -

The item has not been checked in due to a configuration issue in your system. You must ask an administrator to take a look at the about page and search for the "data problems" section

+

The item has not been checked in due to a configuration issue in your system. You must ask an administrator to take a look at the about page and search for the "data problems" section

[% END %] [% END # /FOREACH errmsgloo %] @@ -294,7 +298,7 @@ [% ELSE %]
[% END %] -

[% checkinmsg | html_line_break %]

+

[% checkinmsg | html_line_break %]

[% END # /IF checkinmsg %] [% END # /BLOCK all_checkin_messages %] --