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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Admin/RecordSources/RecordSourcesResource.vue (-2 / +1 lines)
Lines 59-65 export default { Link Here
59
                    name: "can_be_edited",
59
                    name: "can_be_edited",
60
                    type: "checkbox",
60
                    type: "checkbox",
61
                    label: $__("Can be edited"),
61
                    label: $__("Can be edited"),
62
                    value: false,
62
                    defaultValue: false,
63
                },
63
                },
64
            ],
64
            ],
65
        });
65
        });
66
- 

Return to bug 41605