From e0924ea373a4b72bf5a6338740500bcd11957259 Mon Sep 17 00:00:00 2001 From: alexm Date: Tue, 15 Mar 2022 15:18:27 +0100 Subject: [PATCH] refactor(item_fixed-price): add checkbox hasMinPrice, tooltips, more witdh --- modules/item/front/fixed-price/index.html | 45 ++++++++++++++------ modules/item/front/fixed-price/locale/es.yml | 4 +- 2 files changed, 35 insertions(+), 14 deletions(-) diff --git a/modules/item/front/fixed-price/index.html b/modules/item/front/fixed-price/index.html index 6f98ba65b3..34d63ffe2f 100644 --- a/modules/item/front/fixed-price/index.html +++ b/modules/item/front/fixed-price/index.html @@ -22,16 +22,27 @@ model="model"> -
+
Item ID Description - Warehouse - P.P.U. - P.P.P. + Warehouse + + P.P.U. + + + P.P.P. + + Min price Started Ended @@ -41,12 +52,7 @@ - - {{price.itemFk}} - + {{price.itemFk}}
- {{price.name}} + + {{price.name}} +

{{price.subName}}

@@ -77,7 +89,7 @@ tabindex="-1"> - + + + + + - {{(price.hasMinPrice ? (price.minPrice | currency: 'EUR':2) : "-")}} + {{price.minPrice | currency: 'EUR':2}}