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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-3 / +4 lines)
Lines 87-93 $(document).ready(function() { Link Here
87
                        <table class="baskets">
87
                        <table class="baskets">
88
                            <thead>
88
                            <thead>
89
                                <tr>
89
                                <tr>
90
                                    <th>Basket (#)</th>
90
                                    <th>N°</th>
91
                                    <th>Name</th>
91
                                    <th>Item count</th>
92
                                    <th>Item count</th>
92
                                    <th>Biblio count</th>
93
                                    <th>Biblio count</th>
93
                                    <th>Items expected</th>
94
                                    <th>Items expected</th>
Lines 103-109 $(document).ready(function() { Link Here
103
                                    [% ELSE %]
104
                                    [% ELSE %]
104
                                        <tr>
105
                                        <tr>
105
                                    [% END %]
106
                                    [% END %]
106
                                        <td>[% basket.basketname %] (#[% basket.basketno %])</td>
107
                                        <td>[% basket.basketno %]</td>
108
                                        <td>[% basket.basketname %]</td>
107
                                        <td>[% basket.total_items %]</td>
109
                                        <td>[% basket.total_items %]</td>
108
                                        <td>[% basket.total_biblios %]</td>
110
                                        <td>[% basket.total_biblios %]</td>
109
                                        <td>[% basket.expected_items %]</td>
111
                                        <td>[% basket.expected_items %]</td>
110
- 

Return to bug 9685