Bug #650 En la seccion claim detail no aparecen las sales reclamables

This commit is contained in:
gerard 2018-09-13 10:05:39 +02:00
parent 6b6e7d96b8
commit 7e309e5f62
3 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -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

View File

@ -28,6 +28,9 @@
}, },
"responsibility": { "responsibility": {
"type": "Number" "type": "Number"
},
"ticketFk": {
"type": "Number"
} }
}, },
"relations": { "relations": {