[Koha-bugs] [Bug 34587] Add a Usage Statistics module to ERM

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 7 22:19:20 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34587

--- Comment #30 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Why those commented lines? Should we remove?

koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue

108                         <!-- <li>
109                             <label for="usage_data_provider_method"
110                                 >{{ $__("Method") }}:
111                             </label>
112                             <input
113                                 id="usage_data_provider_method"
114                                 v-model="usage_data_provider.method"
115                                 :disabled="!selected_provider &&
!manual_form"
116                             />
117                         </li>
118                         <li>
119                             <label for="usage_data_provider_aggregator"
120                                 >{{ $__("Aggregator") }}:
121                             </label>
122                             <input
123                                 id="usage_data_provider_aggregator"
124                                 v-model="usage_data_provider.aggregator"
125                                 :disabled="!selected_provider &&
!manual_form"
126                             />
127                         </li> -->

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list