diff --git a/src/components/SummaryPurchase.vue b/src/components/SummaryPurchase.vue index a4062de..805102c 100644 --- a/src/components/SummaryPurchase.vue +++ b/src/components/SummaryPurchase.vue @@ -52,6 +52,7 @@ {{ item.id }} {{ item.date }} {{ item.customer.name }} + {{ item.payment_method }} {{ currencyFormat(calculateTotal(item.lines)) }} @@ -87,6 +88,7 @@ {title: 'Compra', value: 'id'}, {title: 'Fecha', value: 'date'}, {title: 'Nombre', value: 'customer.name'}, + {title: 'Método de pago', value: 'payment_method'}, {title: 'Valor', value: ''}, ], };