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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue (-3 / +1 lines)
Lines 155-163 Link Here
155
                        v-for="(item, counter) in train.items"
155
                        v-for="(item, counter) in train.items"
156
                        v-bind:key="counter"
156
                        v-bind:key="counter"
157
                    >
157
                    >
158
                        <!-- FIXME Counter here may change, we should pass an order by clause when retrieving the items -->
159
                        <label
158
                        <label
160
                            >{{ counter + 1 }}
159
                            >{{ item.user_train_item_id }}
161
                            <span class="action_links">
160
                            <span class="action_links">
162
                                <router-link
161
                                <router-link
163
                                    :to="`/cgi-bin/koha/preservation/trains/${train.train_id}/items/edit/${item.train_item_id}`"
162
                                    :to="`/cgi-bin/koha/preservation/trains/${train.train_id}/items/edit/${item.train_item_id}`"
164
- 

Return to bug 30708