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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Vendors/VendorResource.vue (-1 / +1 lines)
Lines 788-793 export default { Link Here
788
            return [
788
            return [
789
                {
789
                {
790
                    name: $__("Contacts"),
790
                    name: $__("Contacts"),
791
                    hidden: vendor => !!vendor.contacts?.length,
791
                    showElement: {
792
                    showElement: {
792
                        type: "table",
793
                        type: "table",
793
                        columnData: "contacts",
794
                        columnData: "contacts",
794
- 

Return to bug 40942