|
Lines 114-123
Link Here
|
| 114 |
</thead> |
114 |
</thead> |
| 115 |
<tbody> |
115 |
<tbody> |
| 116 |
[% FOREACH basket IN supplier.loop_basket %] |
116 |
[% FOREACH basket IN supplier.loop_basket %] |
| 117 |
[% IF ( basket.uncertainprices ) %] |
117 |
<tr [% IF ( basket.uncertainprices ) %]class="problem"[% END %]> |
| 118 |
[% SET tr_class="problem" %] |
|
|
| 119 |
[% END %] |
| 120 |
<tr class="[% tr_class | html %]"> |
| 121 |
<td>[% basket.basketno | html %]</td> |
118 |
<td>[% basket.basketno | html %]</td> |
| 122 |
<td><a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | uri %]">[% basket.basketname | html %]</a></td> |
119 |
<td><a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | uri %]">[% basket.basketname | html %]</a></td> |
| 123 |
<td data-order="[% basket.total_items | html %]"> |
120 |
<td data-order="[% basket.total_items | html %]"> |
| 124 |
- |
|
|