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

--- Comment #30 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to