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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Vendors/VendorFormAdd.vue (-3 / +5 lines)
Lines 143-150 export default { Link Here
143
            );
143
            );
144
            vendor.interfaces = this.checkContactOrInterface(
144
            vendor.interfaces = this.checkContactOrInterface(
145
                vendor.interfaces.map(
145
                vendor.interfaces.map(
146
                    ({ interface_id, vendor_id, ...requiredProperties }) =>
146
                    ({
147
                        requiredProperties
147
                        vendor_interface_id,
148
                        vendor_id,
149
                        ...requiredProperties
150
                    }) => requiredProperties
148
                )
151
                )
149
            );
152
            );
150
153
151
- 

Return to bug 39837