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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/stores/vendors.js (-1 / +1 lines)
Lines 10-15 export const useVendorStore = defineStore("vendors", () => { Link Here
10
        config: {
10
        config: {
11
            settings: {
11
            settings: {
12
                edifact: false,
12
                edifact: false,
13
                marcOrderAutomation: false,
13
            },
14
            },
14
        },
15
        },
15
        authorisedValues: {
16
        authorisedValues: {
16
- 

Return to bug 38010