Lines 118-124
Link Here
|
118 |
<li class="error">Patron's address is in doubt</li> |
118 |
<li class="error">Patron's address is in doubt</li> |
119 |
[% END %] |
119 |
[% END %] |
120 |
</ul> |
120 |
</ul> |
121 |
<h4>Transfer to: [% Branches.GetName( hold.branchcode ) | html %]</h4> |
121 |
<h4>Transfer to: [% Branches.GetName( tobranchcd ) | html %]</h4> |
122 |
[% END %] |
122 |
[% END %] |
123 |
</div> |
123 |
</div> |
124 |
|
124 |
|
Lines 138-144
Link Here
|
138 |
[% END %] |
138 |
[% END %] |
139 |
[% IF ( reserved ) %] |
139 |
[% IF ( reserved ) %] |
140 |
<input type="hidden" name="op" value="cud-SetTransit" /> |
140 |
<input type="hidden" name="op" value="cud-SetTransit" /> |
141 |
<button type="submit" class="btn btn-default approve"><i class="fa fa-check"></i> Transfer to [% Branches.GetName( hold.branchcode ) | html %]</button> |
141 |
<button type="submit" class="btn btn-default approve"><i class="fa fa-check"></i> Transfer to [% Branches.GetName( tobranchcd ) | html %]</button> |
142 |
[% END %] |
142 |
[% END %] |
143 |
</form> |
143 |
</form> |
144 |
</div> |
144 |
</div> |
145 |
- |
|
|