From 21678340f76e1427bda5a08470e2150c9fdd8319 Mon Sep 17 00:00:00 2001 From: gerard Date: Tue, 17 Jul 2018 13:04:47 +0200 Subject: [PATCH] sale now shows available --- client/ticket/src/sale/index.html | 12 ++++-------- client/ticket/src/sale/locale/es.yml | 3 ++- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/client/ticket/src/sale/index.html b/client/ticket/src/sale/index.html index 712f38f2ac..71bc9f77fc 100644 --- a/client/ticket/src/sale/index.html +++ b/client/ticket/src/sale/index.html @@ -74,14 +74,10 @@ - - + ng-show="sale.visible || sale.available" + orange + icon="warning" + vn-tooltip="Visible: {{::sale.visible}}
{{::$ctrl.translate.instant('Available')}} {{::sale.available}}">
diff --git a/client/ticket/src/sale/locale/es.yml b/client/ticket/src/sale/locale/es.yml index 0b70f5c2e5..2013cdf98c 100644 --- a/client/ticket/src/sale/locale/es.yml +++ b/client/ticket/src/sale/locale/es.yml @@ -14,4 +14,5 @@ Continue anyway?: ¿Estás seguro? The new quantity should be smaller than the old one: La nueva cantidad debe de ser menor que la anterior You have to allow pop-ups in your web browser to use this functionality: Debes permitir los pop-pups en tu navegador para que esta herramienta funcione correctamente -Disc: Dto \ No newline at end of file +Disc: Dto +Available: Disponible \ No newline at end of file