feat(client): change phone for payMethod in descriptor
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
39a33a6a7c
commit
e64e06b9ab
|
@ -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"
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue