|
Lines 108-114
Link Here
|
| 108 |
[% SET count = r.value %] |
108 |
[% SET count = r.value %] |
| 109 |
[% IF count %] |
109 |
[% IF count %] |
| 110 |
<p> |
110 |
<p> |
| 111 |
[% count %] [% PROCESS display_names rs = name %] transferred. |
111 |
<span>[% count %] [% PROCESS display_names rs = name %] transferred.</span> |
| 112 |
[% IF name == 'Reserve' %] |
112 |
[% IF name == 'Reserve' %] |
| 113 |
<strong>It is advisable to check for and resolve duplicate holds due to merging.</strong> |
113 |
<strong>It is advisable to check for and resolve duplicate holds due to merging.</strong> |
| 114 |
[% END %] |
114 |
[% END %] |
| 115 |
- |
|
|