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-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>
|
||||
|
|
|
@ -3,6 +3,7 @@ Client Id: Id cliente
|
|||
Observation: Observación
|
||||
Responsible: Responsable
|
||||
Claim Id: Id reclamación
|
||||
Created: Creado
|
||||
|
||||
#sections
|
||||
Claims: Reclamaciones
|
||||
|
|
|
@ -28,6 +28,9 @@
|
|||
},
|
||||
"responsibility": {
|
||||
"type": "Number"
|
||||
},
|
||||
"ticketFk": {
|
||||
"type": "Number"
|
||||
}
|
||||
},
|
||||
"relations": {
|
||||
|
|
Loading…
Reference in New Issue