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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue (-2 / +6 lines)
Lines 366-372 Link Here
366
                        </li>
366
                        </li>
367
                    </ol>
367
                    </ol>
368
                </fieldset>
368
                </fieldset>
369
                <fieldset class="rows">
369
                <fieldset
370
                    class="rows"
371
                    v-if="
372
                        (title.title_id && title.biblio_id) || !title.title_id
373
                    "
374
                >
370
                    <legend>
375
                    <legend>
371
                        {{
376
                        {{
372
                            $__("%s linked biblio record").format(
377
                            $__("%s linked biblio record").format(
373
- 

Return to bug 36618