Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into dev
This commit is contained in:
commit
637c61063b
|
@ -12,7 +12,6 @@ export default class Controller {
|
|||
];
|
||||
|
||||
if (!$stateParams.q) {
|
||||
console.log($stateParams);
|
||||
let today = new Date();
|
||||
let offset = today.getTimezoneOffset() * 60000;
|
||||
today.setHours(0, 0, 0, 0);
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<vn-label-value label="State"
|
||||
value="{{$ctrl.summary.state.state.name}}">
|
||||
</vn-label-value>
|
||||
<vn-label-value label="Comercial Name"
|
||||
<vn-label-value label="Salesperson"
|
||||
value="{{$ctrl.summary.client.salesPerson.firstName}} {{$ctrl.summary.client.salesPerson.name}}">
|
||||
</vn-label-value>
|
||||
<vn-label-value label="Agency"
|
||||
|
|
Loading…
Reference in New Issue