|
Lines 957-962
Link Here
|
| 957 |
<h4><strong>[% t('Hold at') | html %]</strong> [% Branches.GetName( destbranch ) | html %]</h4> |
957 |
<h4><strong>[% t('Hold at') | html %]</strong> [% Branches.GetName( destbranch ) | html %]</h4> |
| 958 |
[% END %] |
958 |
[% END %] |
| 959 |
|
959 |
|
|
|
960 |
<p class="hint"> |
| 961 |
[% SET show_home = item.homebranch && item.homebranch != destbranch %] |
| 962 |
|
| 963 |
[% IF show_home %] |
| 964 |
<strong>[% t('Item home library') | html %]:</strong> |
| 965 |
[% Branches.GetName( item.homebranch ) | html %] | |
| 966 |
[% END %] |
| 967 |
|
| 968 |
<strong>[% t('Checked in at') | html %]:</strong> |
| 969 |
[% Branches.GetName( Branches.GetLoggedInBranchcode ) | html %] |
| 970 |
</p> |
| 971 |
|
| 960 |
[% PROCESS passthrough_data %] |
972 |
[% PROCESS passthrough_data %] |
| 961 |
|
973 |
|
| 962 |
<input type="hidden" name="op" value="cud-affect_reserve" /> |
974 |
<input type="hidden" name="op" value="cud-affect_reserve" /> |
| 963 |
- |
|
|