View | Details | Raw Unified | Return to bug 39514
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-5 / +1 lines)
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
- 

Return to bug 39514