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-id="addSales">
<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-thead>
<vn-tr>

View File

@ -3,6 +3,7 @@ Client Id: Id cliente
Observation: Observación
Responsible: Responsable
Claim Id: Id reclamación
Created: Creado
#sections
Claims: Reclamaciones

View File

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