prettier
This commit is contained in:
CarlNation 2023-10-18 13:25:48 -04:00
parent 581f13a12c
commit 1713742364

View file

@ -312,7 +312,7 @@ export default {
return itemsForPia;
},
getAmountDue() {
return 350.00;
return 350.0;
//return baseMixin.methods.getAmountDue(store.getters.order.lineItems);
},
getDisplayAmountDue() {