Skip to content

Commit

Permalink
Improved: improved indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridwan6947 committed Jul 23, 2024

Verified

This commit was signed with the committer’s verified signature.
gastaldi George Gastaldi
1 parent a4aa296 commit a74a47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ClosePurchaseOrderModal.vue
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
</ion-thumbnail>
<ion-label>
<h2>{{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) }}</h2>
<p>{{ getProductIdentificationValue(productIdentificationPref.secondaryId, getProduct(item.productId)) }}</p>
<p>{{ getProductIdentificationValue(productIdentificationPref.secondaryId, getProduct(item.productId)) }}</p>
</ion-label>
<ion-buttons>
<ion-checkbox aria-label="itemStatus" slot="end" :modelValue="isPOItemStatusPending(item) ? item.isChecked : true" :disabled="isPOItemStatusPending(item) ? false : true" />

0 comments on commit a74a47e

Please sign in to comment.