|
Lines 233-239
Link Here
|
| 233 |
[% IF ( deliveryplace ) %]<li><span class="label">Delivery place:</span> [% deliveryplace %]</li>[% END %] |
233 |
[% IF ( deliveryplace ) %]<li><span class="label">Delivery place:</span> [% deliveryplace %]</li>[% END %] |
| 234 |
[% IF ( billingplace ) %]<li><span class="label">Billing place:</span> [% billingplace %]</li>[% END %] |
234 |
[% IF ( billingplace ) %]<li><span class="label">Billing place:</span> [% billingplace %]</li>[% END %] |
| 235 |
[% IF ( authorisedbyname ) %]<li><span class="label">Created by:</span> [% authorisedbyname %]</li>[% END %] |
235 |
[% IF ( authorisedbyname ) %]<li><span class="label">Created by:</span> [% authorisedbyname %]</li>[% END %] |
| 236 |
<li> |
236 |
<li id="managedby"> |
| 237 |
<form action="" method="post"> |
237 |
<form action="" method="post"> |
| 238 |
<span class="label">Managed by:</span> |
238 |
<span class="label">Managed by:</span> |
| 239 |
<div style="float:left"> |
239 |
<div style="float:left"> |
|
Lines 253-275
Link Here
|
| 253 |
</div> |
253 |
</div> |
| 254 |
</form> |
254 |
</form> |
| 255 |
</li> |
255 |
</li> |
| 256 |
<li> |
256 |
<li id="branch"> |
| 257 |
<form action="" method="post"> |
257 |
<span class="label">Branch:</span> |
| 258 |
<span class="label">Branch:</span> |
258 |
[% IF basketbranchname %] |
| 259 |
<select id="branch" name="branch"> |
259 |
[% basketbranchname %] |
| 260 |
<option value="">No branch</option> |
260 |
[% ELSE %] |
| 261 |
[% FOREACH branch IN branches_loop %] |
261 |
No branch |
| 262 |
[% IF (branch.selected) %] |
262 |
[% END %] |
| 263 |
<option selected="selected" value="[% branch.branchcode %]"> [% branch.branchname %]</option> |
263 |
[% IF branches_loop.size %] |
| 264 |
[% ELSE %] |
264 |
<form action="" method="post"> |
| 265 |
<option value="[% branch.branchcode %]"> [% branch.branchname %]</option> |
265 |
<select id="branch" name="branch"> |
|
|
266 |
<option value="">(no branch)</option> |
| 267 |
[% FOREACH branch IN branches_loop %] |
| 268 |
[% IF (branch.selected) %] |
| 269 |
<option selected="selected" value="[% branch.branchcode %]"> [% branch.branchname %]</option> |
| 270 |
[% ELSE %] |
| 271 |
<option value="[% branch.branchcode %]"> [% branch.branchname %]</option> |
| 272 |
[% END %] |
| 266 |
[% END %] |
273 |
[% END %] |
| 267 |
[% END %] |
274 |
</select> |
| 268 |
</select> |
275 |
<input type="hidden" id="basketno" name="basketno" value="[% basketno %]" /> |
| 269 |
<input type="hidden" id="basketno" name="basketno" value="[% basketno %]" /> |
276 |
<input type="hidden" id="op" name="op" value="mod_branch" /> |
| 270 |
<input type="hidden" id="op" name="op" value="mod_branch" /> |
277 |
<input type="submit" value="Change" /> |
| 271 |
<input type="submit" value="Save" /> |
278 |
</form> |
| 272 |
</form> |
279 |
[% END %] |
| 273 |
</li> |
280 |
</li> |
| 274 |
[% IF ( creationdate ) %]<li><span class="label">Opened on:</span> [% creationdate | $KohaDates %]</li>[% END %] |
281 |
[% IF ( creationdate ) %]<li><span class="label">Opened on:</span> [% creationdate | $KohaDates %]</li>[% END %] |
| 275 |
[% IF ( closedate ) %]<li><span class="label">Closed on:</span> [% closedate | $KohaDates %]</li>[% END %] |
282 |
[% IF ( closedate ) %]<li><span class="label">Closed on:</span> [% closedate | $KohaDates %]</li>[% END %] |