Lines 1-4
Link Here
|
1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% USE KohaBranchName %] [% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › Basket grouping for [% booksellername |html %]</title> |
2 |
<title>Koha › Basket grouping for [% booksellername |html %]</title> |
3 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
3 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 265-272
function submitForm(form) {
Link Here
|
265 |
[% END %] |
265 |
[% END %] |
266 |
</td> |
266 |
</td> |
267 |
<td>[% basketgroup.id %]</td> |
267 |
<td>[% basketgroup.id %]</td> |
268 |
<td>[% basketgroup.billingplacename %]</td> |
268 |
<td>[% basketgroup.billingplace | $KohaBranchName %]</td> |
269 |
<td>[% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% basketgroup.deliveryplacename %][% END %]</td> |
269 |
<td>[% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% basketgroup.deliveryplace | $KohaBranchName %][% END %]</td> |
270 |
<td>[% basketgroup.basketsqty %]</td> |
270 |
<td>[% basketgroup.basketsqty %]</td> |
271 |
<td> |
271 |
<td> |
272 |
<input type="button" onclick="closeandprint([% basketgroup.id %])" value="Close and print" /> |
272 |
<input type="button" onclick="closeandprint([% basketgroup.id %])" value="Close and print" /> |
Lines 303-310
function submitForm(form) {
Link Here
|
303 |
[% END %] |
303 |
[% END %] |
304 |
</td> |
304 |
</td> |
305 |
<td>[% basketgroup.id %]</td> |
305 |
<td>[% basketgroup.id %]</td> |
306 |
<td>[% basketgroup.billingplacename %]</td> |
306 |
<td>[% basketgroup.billingplace | $KohaBranchName %]</td> |
307 |
<td>[% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% basketgroup.deliveryplacename %][% END %]</td> |
307 |
<td>[% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% basketgroup.deliveryplace | $KohaBranchName %][% END %]</td> |
308 |
<td>[% basketgroup.basketsqty %]</td> |
308 |
<td>[% basketgroup.basketsqty %]</td> |
309 |
<td> |
309 |
<td> |
310 |
<form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="reopen" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Reopen" /></form> |
310 |
<form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="reopen" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Reopen" /></form> |
311 |
- |
|
|