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 @@
- SPOT
+ EX-RACK
BUNKERING
@@ -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