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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Vendors/VendorList.vue (-1 / +1 lines)
Lines 102-107 export default { Link Here
102
                                icon: "fa fa-inbox",
102
                                icon: "fa fa-inbox",
103
                                should_display: row =>
103
                                should_display: row =>
104
                                    row.active &&
104
                                    row.active &&
105
                                    row.baskets?.length > 0 &&
105
                                    this.isUserPermitted(
106
                                    this.isUserPermitted(
106
                                        "CAN_user_acquisition_order_receive"
107
                                        "CAN_user_acquisition_order_receive"
107
                                    ),
108
                                    ),
108
- 

Return to bug 38010