2500-display_dates #450

Merged
carlosjr merged 7 commits from 2500-display_dates into dev 2020-11-11 14:31:52 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ba86693891 - Show all commits

View File

@ -66,7 +66,7 @@
{{ticket.nickname}}
</span>
</vn-td>
<vn-td expand>{{ticket.shipped | date: 'dd/MM/yyyy'}}</vn-td>
<vn-td expand>{{ticket.shipped | date: 'dd/MM/yyyy' | dashIfEmpty}</vn-td>
<vn-td number>{{ticket.total | currency: 'EUR': 2}}</vn-td>
</vn-tr>
</vn-tbody>

View File

@ -15,7 +15,7 @@
<vn-th field="isConfirmed" center>Confirmed</vn-th>
<vn-th field="created" center expand>Created</vn-th>
<vn-th field="landed" default-order="DESC" center expand>Landed</vn-th>
<vn-th field="created" center title ="{{'Theoretical hour' | translate}}">T. Hour</vn-th>
<vn-th field="created" center translate-attr="{title: 'Theoretical hour'}">T. Hour</vn-th>
<vn-th field="created" center>Real hour</vn-th>
<vn-th center>Total</vn-th>
</vn-tr>