|
Lines 375-382
$(document).ready(function () {
Link Here
|
| 375 |
[% IF ( errmsgloo.NotForLoanStatusUpdated ) %] |
375 |
[% IF ( errmsgloo.NotForLoanStatusUpdated ) %] |
| 376 |
<p class="problem"> |
376 |
<p class="problem"> |
| 377 |
Not for loan status updated |
377 |
Not for loan status updated |
| 378 |
from <strong>[% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.from ) %]</strong> |
378 |
from [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.from ) %] |
| 379 |
to <strong>[% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.to ) %]</strong> |
379 |
to [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.to ) %] |
| 380 |
</p> |
380 |
</p> |
| 381 |
[% END %] |
381 |
[% END %] |
| 382 |
[% IF ( errmsgloo.badbarcode ) %] |
382 |
[% IF ( errmsgloo.badbarcode ) %] |
| 383 |
- |
|
|