Bug #650 En la seccion claim detail no aparecen las sales reclamables
This commit is contained in:
parent
6b6e7d96b8
commit
7e309e5f62
|
@ -80,7 +80,7 @@
|
||||||
<vn-dialog
|
<vn-dialog
|
||||||
vn-id="addSales">
|
vn-id="addSales">
|
||||||
<tpl-body>
|
<tpl-body>
|
||||||
<h3 translate>Claimable sales from ticket</h3><h3> {{$ctrl.claim.ticketFk}}</h3>
|
<h3><span translate>Claimable sales from ticket</span> {{$ctrl.claim.ticketFk}}</h3>
|
||||||
<vn-table>
|
<vn-table>
|
||||||
<vn-thead>
|
<vn-thead>
|
||||||
<vn-tr>
|
<vn-tr>
|
||||||
|
|
|
@ -3,6 +3,7 @@ Client Id: Id cliente
|
||||||
Observation: Observación
|
Observation: Observación
|
||||||
Responsible: Responsable
|
Responsible: Responsable
|
||||||
Claim Id: Id reclamación
|
Claim Id: Id reclamación
|
||||||
|
Created: Creado
|
||||||
|
|
||||||
#sections
|
#sections
|
||||||
Claims: Reclamaciones
|
Claims: Reclamaciones
|
||||||
|
|
|
@ -28,6 +28,9 @@
|
||||||
},
|
},
|
||||||
"responsibility": {
|
"responsibility": {
|
||||||
"type": "Number"
|
"type": "Number"
|
||||||
|
},
|
||||||
|
"ticketFk": {
|
||||||
|
"type": "Number"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"relations": {
|
"relations": {
|
||||||
|
|
Loading…
Reference in New Issue