View | Details | Raw Unified | Return to bug 30407
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +1 lines)
Lines 262-268 Link Here
262
                                        [% IF ( errmsgloo.NotForLoanStatusUpdated ) %]
262
                                        [% IF ( errmsgloo.NotForLoanStatusUpdated ) %]
263
                                            <p class="problem ret_nflupdate">
263
                                            <p class="problem ret_nflupdate">
264
                                            [% IF errmsgloo.NotForLoanStatusUpdated.to == 'ONLYMESSAGE' %]
264
                                            [% IF errmsgloo.NotForLoanStatusUpdated.to == 'ONLYMESSAGE' %]
265
                                                [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.from ) %]
265
                                                [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.from ) | html %]
266
                                            [% ELSE %]
266
                                            [% ELSE %]
267
                                                Not for loan status updated.
267
                                                Not for loan status updated.
268
                                                <br />Old value:
268
                                                <br />Old value:
269
- 

Return to bug 30407