|
Lines 136-142
$(document).ready(function() {
Link Here
|
| 136 |
<h2>Acquisition details</h2> |
136 |
<h2>Acquisition details</h2> |
| 137 |
<table> |
137 |
<table> |
| 138 |
<thead> |
138 |
<thead> |
| 139 |
<tr><th></th><th>Price exc. taxes</th><th>Price inc. taxes</th><th>fund</th><th></th></tr> |
139 |
<tr><th></th><th>Price exc. taxes</th><th>Price inc. taxes</th><th>Fund</th><th></th></tr> |
| 140 |
</thead> |
140 |
</thead> |
| 141 |
<tbody> |
141 |
<tbody> |
| 142 |
<tr> |
142 |
<tr> |
|
Lines 146-152
$(document).ready(function() {
Link Here
|
| 146 |
<td>[% budget_name_ordered %]</td> |
146 |
<td>[% budget_name_ordered %]</td> |
| 147 |
<td> |
147 |
<td> |
| 148 |
[% IF ( ordered_exists ) %] |
148 |
[% IF ( ordered_exists ) %] |
| 149 |
<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">See basket informations</a> |
149 |
<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">See basket information</a> |
| 150 |
[% END %] |
150 |
[% END %] |
| 151 |
</td> |
151 |
</td> |
| 152 |
</tr> |
152 |
</tr> |
|
Lines 157-163
$(document).ready(function() {
Link Here
|
| 157 |
<td>[% budget_name_spent %]</td> |
157 |
<td>[% budget_name_spent %]</td> |
| 158 |
<td> |
158 |
<td> |
| 159 |
[% IF ( spent_exists ) %] |
159 |
[% IF ( spent_exists ) %] |
| 160 |
<a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% invoiceid %]">See invoice informations</a> |
160 |
<a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% invoiceid %]">See invoice information</a> |
| 161 |
[% END %] |
161 |
[% END %] |
| 162 |
</td> |
162 |
</td> |
| 163 |
</tr> |
163 |
</tr> |
| 164 |
- |
|
|