Skip to content

Commit

Permalink
fixup! shopfloor_delivery_shipment_mobile: add pack sales grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed Feb 5, 2024
1 parent ef6ba06 commit a2d4c9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const DeliveryShipment = {
</v-card>
<div v-for="(value, name, index) in value.package_levels">
<v-card v-if="Boolean(name.trim())" color="grey lighten-1" class="detail v-card mt-5 main mb-2">
<v-card v-if="name!=='null'" color="grey lighten-1" class="detail v-card mt-5 main mb-2">
<v-card-title>{{ name }}</v-card-title>
</v-card>
<item-detail-card
Expand Down

0 comments on commit a2d4c9e

Please sign in to comment.