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 100-105 export default { Link Here
100
                                icon: "fa fa-inbox",
100
                                icon: "fa fa-inbox",
101
                                should_display: row =>
101
                                should_display: row =>
102
                                    row.active &&
102
                                    row.active &&
103
                                    row.baskets?.length > 0 &&
103
                                    this.isUserPermitted(
104
                                    this.isUserPermitted(
104
                                        "CAN_user_acquisition_order_receive"
105
                                        "CAN_user_acquisition_order_receive"
105
                                    ),
106
                                    ),
106
- 

Return to bug 38010