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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/FormSelectVendors.vue (-3 / +4 lines)
Lines 7-14 Link Here
7
    >
7
    >
8
        <template v-slot:option="v">
8
        <template v-slot:option="v">
9
            {{ v.name }}
9
            {{ v.name }}
10
            <br />
10
            <cite v-for="a in v.aliases" style="margin-left: 0.1em">
11
            <cite>{{ v.aliases.map(a => a.alias).join(", ") }}</cite>
11
                <br />
12
                {{ a.alias }}
13
            </cite>
12
        </template>
14
        </template>
13
    </v-select>
15
    </v-select>
14
</template>
16
</template>
15
- 

Return to bug 33480