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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Islands/VendorMenu.vue (-2 / +1 lines)
Lines 52-58 Link Here
52
            <li>
52
            <li>
53
                <a
53
                <a
54
                    ref="invoices"
54
                    ref="invoices"
55
                    :href="`/cgi-bin/koha/acqui/invoices.pl?supplierid=${vendorId}&amp;op=do_search`"
55
                    :href="`/cgi-bin/koha/acqui/invoices.pl?supplierid=${vendorId}`"
56
                    >{{ $__("Invoices") }}</a
56
                    >{{ $__("Invoices") }}</a
57
                >
57
                >
58
            </li>
58
            </li>
59
- 

Return to bug 38010