|
Lines 620-626
$(document).ready(function () {
Link Here
|
| 620 |
[% IF errmsgloo.ItemLocationUpdated.to == '' %] |
620 |
[% IF errmsgloo.ItemLocationUpdated.to == '' %] |
| 621 |
empty |
621 |
empty |
| 622 |
[% ELSIF AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) == '' %] |
622 |
[% ELSIF AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) == '' %] |
| 623 |
[% errmsgloo.ItemLocationUpdated.to %] (Not an authorized value) |
623 |
[% errmsgloo.ItemLocationUpdated.to %] (No description available) |
| 624 |
[% ELSE %] |
624 |
[% ELSE %] |
| 625 |
[% AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) %] |
625 |
[% AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) %] |
| 626 |
[% END %] |
626 |
[% END %] |
| 627 |
- |
|
|