Bugzilla – Attachment #181817: Bug 38010: (QA follow-up) Add default settings to vendor store for
bug #38010
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
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