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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Bookings/lib/adapters/external-dependents.mjs (-10 lines)
Lines 229-242 export function updateExternalDependents( Link Here
229
        r => r.attempted
229
        r => r.attempted
230
    ).length;
230
    ).length;
231
231
232
    dependencies.logger.warn(
233
        `External dependents update complete: ${successCount}/${attemptedCount} successful`,
234
        {
235
            isUpdate,
236
            bookingId: newBooking.booking_id,
237
            results,
238
        }
239
    );
240
241
    return results;
232
    return results;
242
}
233
}
243
- 

Return to bug 41129