|
Lines 261-267
Link Here
|
| 261 |
[% IF ( deliveryplace ) %]<li><span class="label">Delivery place:</span> [% deliveryplace %]</li>[% END %] |
261 |
[% IF ( deliveryplace ) %]<li><span class="label">Delivery place:</span> [% deliveryplace %]</li>[% END %] |
| 262 |
[% IF ( billingplace ) %]<li><span class="label">Billing place:</span> [% billingplace %]</li>[% END %] |
262 |
[% IF ( billingplace ) %]<li><span class="label">Billing place:</span> [% billingplace %]</li>[% END %] |
| 263 |
[% IF ( authorisedbyname ) %]<li><span class="label">Created by:</span> [% authorisedbyname %]</li>[% END %] |
263 |
[% IF ( authorisedbyname ) %]<li><span class="label">Created by:</span> [% authorisedbyname %]</li>[% END %] |
| 264 |
<li> |
264 |
<li id="managedby"> |
| 265 |
<form action="" method="post"> |
265 |
<form action="" method="post"> |
| 266 |
<span class="label">Managed by:</span> |
266 |
<span class="label">Managed by:</span> |
| 267 |
<div style="float:left"> |
267 |
<div style="float:left"> |
|
Lines 281-303
Link Here
|
| 281 |
</div> |
281 |
</div> |
| 282 |
</form> |
282 |
</form> |
| 283 |
</li> |
283 |
</li> |
| 284 |
<li> |
284 |
<li id="branch"> |
| 285 |
<form action="" method="post"> |
285 |
<span class="label">Branch:</span> |
| 286 |
<span class="label">Branch:</span> |
286 |
[% IF basketbranchname %] |
| 287 |
<select id="branch" name="branch"> |
287 |
[% basketbranchname %] |
| 288 |
<option value="">No branch</option> |
288 |
[% ELSE %] |
| 289 |
[% FOREACH branch IN branches_loop %] |
289 |
No branch |
| 290 |
[% IF (branch.selected) %] |
290 |
[% END %] |
| 291 |
<option selected="selected" value="[% branch.branchcode %]"> [% branch.branchname %]</option> |
291 |
[% IF branches_loop.size %] |
| 292 |
[% ELSE %] |
292 |
<form action="" method="post"> |
| 293 |
<option value="[% branch.branchcode %]"> [% branch.branchname %]</option> |
293 |
<select id="branch" name="branch"> |
|
|
294 |
<option value="">(no branch)</option> |
| 295 |
[% FOREACH branch IN branches_loop %] |
| 296 |
[% IF (branch.selected) %] |
| 297 |
<option selected="selected" value="[% branch.branchcode %]"> [% branch.branchname %]</option> |
| 298 |
[% ELSE %] |
| 299 |
<option value="[% branch.branchcode %]"> [% branch.branchname %]</option> |
| 300 |
[% END %] |
| 294 |
[% END %] |
301 |
[% END %] |
| 295 |
[% END %] |
302 |
</select> |
| 296 |
</select> |
303 |
<input type="hidden" id="basketno" name="basketno" value="[% basketno %]" /> |
| 297 |
<input type="hidden" id="basketno" name="basketno" value="[% basketno %]" /> |
304 |
<input type="hidden" id="op" name="op" value="mod_branch" /> |
| 298 |
<input type="hidden" id="op" name="op" value="mod_branch" /> |
305 |
<input type="submit" value="Change" /> |
| 299 |
<input type="submit" value="Save" /> |
306 |
</form> |
| 300 |
</form> |
307 |
[% END %] |
| 301 |
</li> |
308 |
</li> |
| 302 |
[% IF ( creationdate ) %]<li><span class="label">Opened on:</span> [% creationdate | $KohaDates %]</li>[% END %] |
309 |
[% IF ( creationdate ) %]<li><span class="label">Opened on:</span> [% creationdate | $KohaDates %]</li>[% END %] |
| 303 |
[% IF ( closedate ) %]<li><span class="label">Closed on:</span> [% closedate | $KohaDates %]</li>[% END %] |
310 |
[% IF ( closedate ) %]<li><span class="label">Closed on:</span> [% closedate | $KohaDates %]</li>[% END %] |