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 144-151 export default { Link Here
144
            );
144
            );
145
            vendor.interfaces = this.checkContactOrInterface(
145
            vendor.interfaces = this.checkContactOrInterface(
146
                vendor.interfaces.map(
146
                vendor.interfaces.map(
147
                    ({ interface_id, vendor_id, ...requiredProperties }) =>
147
                    ({
148
                        requiredProperties
148
                        vendor_interface_id,
149
                        vendor_id,
150
                        ...requiredProperties
151
                    }) => requiredProperties
149
                )
152
                )
150
            );
153
            );
151
154
152
- 

Return to bug 39837