Lines 38-43
Link Here
|
38 |
[% INCLUDE 'doc-head-close.inc' %] |
38 |
[% INCLUDE 'doc-head-close.inc' %] |
39 |
</head> |
39 |
</head> |
40 |
|
40 |
|
|
|
41 |
[% BLOCK acq_status %] |
42 |
<span title="The status 'Unlinked' means: no linked orders. Cancelled means that all orders are cancelled. Processing implies any active or new order lines. Status 'Acquired' implies any completely received lines (with remaining lines cancelled)."><b> |
43 |
[% SWITCH myvar %] |
44 |
[% CASE 'unlinked' %]Unlinked |
45 |
[% CASE 'acquired' %]Acquired |
46 |
[% CASE 'processing' %]Processing |
47 |
[% CASE 'cancelled' %]Cancelled |
48 |
[% END %] |
49 |
</b></span> |
50 |
[% END %] |
51 |
|
41 |
<body id="catalog_detail" class="catalog"> |
52 |
<body id="catalog_detail" class="catalog"> |
42 |
|
53 |
|
43 |
[% WRAPPER 'header.inc' %] |
54 |
[% WRAPPER 'header.inc' %] |
Lines 482-487
Link Here
|
482 |
|
493 |
|
483 |
[% IF Koha.Preference('AcquisitionDetails') %] |
494 |
[% IF Koha.Preference('AcquisitionDetails') %] |
484 |
<div role="tabpanel" class="tab-pane" id="acq_details"> |
495 |
<div role="tabpanel" class="tab-pane" id="acq_details"> |
|
|
496 |
<p>This bibliographic record has acquisition status: [% PROCESS acq_status myvar=acq_status %] |
497 |
</p> |
485 |
[% IF orders.count %] |
498 |
[% IF orders.count %] |
486 |
<table id="orders"> |
499 |
<table id="orders"> |
487 |
<thead> |
500 |
<thead> |
488 |
- |
|
|