feat(client): change phone for payMethod in descriptor
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2021-11-19 12:10:53 +01:00
parent 39a33a6a7c
commit e64e06b9ab
2 changed files with 4 additions and 3 deletions

View File

@ -17,8 +17,8 @@
<slot-body> <slot-body>
<div class="attributes"> <div class="attributes">
<vn-label-value <vn-label-value
label="Phone" label="Pay method"
value="{{$ctrl.client.phone | phone}}"> value="{{$ctrl.client.payMethod.name}}">
</vn-label-value> </vn-label-value>
<vn-label-value <vn-label-value
label="Credit" label="Credit"

View File

@ -4,3 +4,4 @@ From date: Fecha desde
To date: Fecha hasta To date: Fecha hasta
Go to user: Ir al usuario Go to user: Ir al usuario
Client invoices list: Listado de facturas del cliente Client invoices list: Listado de facturas del cliente
Pay method: Forma de pago