Skip to content

Commit

Permalink
Reverted: disable condition over print picklist to allow printing eve…
Browse files Browse the repository at this point in the history
…n if picklist already created (#415)
  • Loading branch information
amansinghbais committed Sep 6, 2024
1 parent c1a0d22 commit e028e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Orders.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{{ order.part.shipmentMethodEnum?.shipmentMethodEnumId === 'STOREPICKUP' ? translate("Ready for pickup") : translate("Ready to ship") }}
</ion-button>
<div></div>
<ion-button v-if="printPicklistPref" :disabled="order.isPicked === 'Y'" slot="end" fill="clear" @click.stop="printPicklist(order, order.part)">
<ion-button v-if="printPicklistPref" slot="end" fill="clear" @click.stop="printPicklist(order, order.part)">
<ion-icon :icon="printOutline" slot="icon-only" />
</ion-button>
</div>
Expand Down

0 comments on commit e028e15

Please sign in to comment.