Skip to content

Commit

Permalink
Merge pull request #804 from hotwax/#603_kit_product_ui
Browse files Browse the repository at this point in the history
Fixed: Removed kit badge displayed mistakenly for the kit components (#603).
  • Loading branch information
ravilodhi authored Oct 8, 2024
2 parents c4fcca5 + 4322e18 commit 2e3e107
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/OrderDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
<ion-label>
<p class="overline">{{ getProductIdentificationValue(productIdentificationPref.secondaryId, getProduct(productComponent.productIdTo)) }}</p>
{{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(productComponent.productIdTo)) ? getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(productComponent.productIdTo)) : productComponent.productIdTo }}
<ion-badge color="dark" v-if="isKit(item)">{{ translate("Kit") }}</ion-badge>
<p>{{ getFeature(getProduct(productComponent.productIdTo).featureHierarchy, '1/COLOR/')}} {{ getFeature(getProduct(productComponent.productIdTo).featureHierarchy, '1/SIZE/')}}</p>
</ion-label>
<ion-checkbox v-if="item.rejectReason || isEntierOrderRejectionEnabled(order)" :checked="item.rejectedComponents?.includes(productComponent.productIdTo)" @ionChange="rejectKitComponent(order, item, productComponent.productIdTo)" />
Expand Down

0 comments on commit 2e3e107

Please sign in to comment.