From 206cbe2bdd813b532b06e45ae71745eacae02e19 Mon Sep 17 00:00:00 2001 From: Phoenix Date: Mon, 16 Sep 2019 16:33:53 +0100 Subject: [PATCH] Changing spot to ex-rack --- src/views/accounts/relationships.vue | 4 ++-- src/views/products/components/ProductDetail.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/accounts/relationships.vue b/src/views/accounts/relationships.vue index d7b55ea6..7e76bc73 100644 --- a/src/views/accounts/relationships.vue +++ b/src/views/accounts/relationships.vue @@ -15,8 +15,8 @@ B: Enabled
- S: Enabled
- S: Disabled
+ E: Enabled
+ E: Disabled
No Relationship diff --git a/src/views/products/components/ProductDetail.vue b/src/views/products/components/ProductDetail.vue index 1314575c..8e2873c8 100644 --- a/src/views/products/components/ProductDetail.vue +++ b/src/views/products/components/ProductDetail.vue @@ -80,7 +80,7 @@ @@ -228,7 +228,7 @@ export default { console.log(this.postForm) console.log(this.postForm.type) if (this.$store.state.settings.platform === 'OLFDE') { - this.postForm.type === 'SPOT' + this.postForm.type === 'EX-RACK' } // Save the account const methodToCall = this.isEdit ? updateProduct : createProduct