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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue (-2 / +2 lines)
Lines 466-472 export default { Link Here
466
                                    r => r.report_id === report.value
466
                                    r => r.report_id === report.value
467
                                )
467
                                )
468
                            )
468
                            )
469
                    } else {
469
                    }
470
                    if (caller === "edit" && registry_data.length === 0) {
470
                        this.manual_form = true
471
                        this.manual_form = true
471
                    }
472
                    }
472
                    this.searching = false
473
                    this.searching = false
473
- 

Return to bug 37607