Lines 498-504
$(document).ready(function () {
Link Here
|
498 |
[% IF errmsgloo.ItemLocationUpdated.to == '' %] |
498 |
[% IF errmsgloo.ItemLocationUpdated.to == '' %] |
499 |
empty |
499 |
empty |
500 |
[% ELSIF AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) == '' %] |
500 |
[% ELSIF AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) == '' %] |
501 |
[% errmsgloo.ItemLocationUpdated.to %] (Not an authorized value) |
501 |
[% errmsgloo.ItemLocationUpdated.to %] (No description available) |
502 |
[% ELSE %] |
502 |
[% ELSE %] |
503 |
[% AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) %] |
503 |
[% AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) %] |
504 |
[% END %] |
504 |
[% END %] |
505 |
- |
|
|