From c2f92cb1276e85cbda9afcd9187cb26f50b06ac2 Mon Sep 17 00:00:00 2001 From: carlosjr Date: Wed, 11 Nov 2020 12:02:40 +0100 Subject: [PATCH] small refactor --- modules/order/front/index/index.html | 4 ++-- modules/order/front/index/index.js | 12 +++++------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/modules/order/front/index/index.html b/modules/order/front/index/index.html index a9a2538adf..e7422aed23 100644 --- a/modules/order/front/index/index.html +++ b/modules/order/front/index/index.html @@ -52,8 +52,8 @@ {{::order.landed | date:'dd/MM/yyyy'}} - {{::order.hourTheoretical | dashIfEmpty}} - {{::ticket.hourEffective | dashIfEmpty}} + {{::order.hourTheoretical | date: 'HH:mm' | dashIfEmpty}} + {{::ticket.hourEffective | date: 'HH:mm' | dashIfEmpty}} {{::order.total | currency: 'EUR': 2 | dashIfEmpty}}