fixed missing state
This commit is contained in:
parent
10934dcf38
commit
c8254ed2e4
|
@ -6,7 +6,7 @@
|
|||
<vn-horizontal class="ticketSummary__data" pad-medium-v>
|
||||
<vn-one>
|
||||
<vn-label-value label="State"
|
||||
value="{{::$ctrl.summary.tracking.state.name}}">
|
||||
value="{{::$ctrl.summary.state.state.name}}">
|
||||
</vn-label-value>
|
||||
<vn-label-value label="Comercial Name"
|
||||
value="{{::$ctrl.summary.client.salesPerson.firstName}} {{$ctrl.summary.client.salesPerson.name}}">
|
||||
|
|
Loading…
Reference in New Issue