Lines 726-732
Link Here
|
726 |
[% IF ( !closedate || Koha.Preference('CancelOrdersInClosedBaskets') ) %] |
726 |
[% IF ( !closedate || Koha.Preference('CancelOrdersInClosedBaskets') ) %] |
727 |
<td> |
727 |
<td> |
728 |
[% IF ( books_loo.orderstatus != "complete") %] |
728 |
[% IF ( books_loo.orderstatus != "complete") %] |
729 |
[% IF ( books_loo.left_holds_on_order ) %] |
729 |
[% IF ( books_loo.uncertainprice ) %] |
|
|
730 |
<span class="button" title="Can't cancel order because it contains uncertain prices. Clear uncertain prices first">Can't cancel order because it contains uncertain prices.</span><br> |
731 |
[% ELSIF ( books_loo.left_holds_on_order ) %] |
730 |
<span class="button" title="Can't cancel order, ([% books_loo.holds_on_order | html %]) holds are linked with this order. Cancel holds first">Can't cancel order</span><br> |
732 |
<span class="button" title="Can't cancel order, ([% books_loo.holds_on_order | html %]) holds are linked with this order. Cancel holds first">Can't cancel order</span><br> |
731 |
[% ELSE %] |
733 |
[% ELSE %] |
732 |
<a href="/cgi-bin/koha/acqui/cancelorder.pl?ordernumber=[% books_loo.ordernumber | uri %]&biblionumber=[% books_loo.biblionumber | uri %]&referrer=/cgi-bin/koha/acqui/basket.pl%3Fbasketno=[% basketno | uri %]" class="button">Cancel order</a><br> |
734 |
<a href="/cgi-bin/koha/acqui/cancelorder.pl?ordernumber=[% books_loo.ordernumber | uri %]&biblionumber=[% books_loo.biblionumber | uri %]&referrer=/cgi-bin/koha/acqui/basket.pl%3Fbasketno=[% basketno | uri %]" class="button">Cancel order</a><br> |
733 |
- |
|
|