From 5c99b42360fe3e0635cfd0fec7f756c7f40c89b9 Mon Sep 17 00:00:00 2001 From: Jonathan Cameron Date: Fri, 5 Feb 2021 10:26:51 -0800 Subject: [PATCH] Fixed bhStockFilterExhausted to support help text --- client/src/i18n/en/stock.json | 1 - client/src/i18n/fr/stock.json | 1 - client/src/modules/templates/bhStockFilterExhausted.tmpl.html | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/i18n/en/stock.json b/client/src/i18n/en/stock.json index 6d3472c8ff..03e91e3f79 100644 --- a/client/src/i18n/en/stock.json +++ b/client/src/i18n/en/stock.json @@ -75,7 +75,6 @@ "GROUPING" : "Grouping", "JOIN_INVOICE" : "Join an invoice", "INCLUDE_EMPTY_LOTS" : "Include empty lots", - "INCLUDE_EMPTY_LOTS_HELP" : "Shows inventory lots with quantity equal to zero", "INCLUDE_ARTICLES_NOT_IN_STOCK" : "Include articles not in stock", "INCLUDE_ARTICLES_NOT_IN_STOCK_HELP" : "Shows inventory articles not in stock (with quantity equal to zero)", "INCLUDE_EMPTY_OR_NEGATIVE_LOTS" : "Include exhausted or negative lots", diff --git a/client/src/i18n/fr/stock.json b/client/src/i18n/fr/stock.json index e39d7d6d0e..2074f6648f 100644 --- a/client/src/i18n/fr/stock.json +++ b/client/src/i18n/fr/stock.json @@ -76,7 +76,6 @@ "GROUPING" : "Groupage", "JOIN_INVOICE" : "Joindre une facture", "INCLUDE_EMPTY_LOTS" : "Inclure les lots épuisés", - "INCLUDE_EMPTY_LOTS_HELP" : "Afficher les lots dont la quantité est zero", "INCLUDE_ARTICLES_NOT_IN_STOCK" : "Inclure les articles non en stock", "INCLUDE_ARTICLES_NOT_IN_STOCK_HELP" : "Afficher les articles non en stock (dont la quantité est zero)", "INCLUDE_EMPTY_OR_NEGATIVE_LOTS" : "Inclure les lots épuisés ou négatives", diff --git a/client/src/modules/templates/bhStockFilterExhausted.tmpl.html b/client/src/modules/templates/bhStockFilterExhausted.tmpl.html index 2d60b9e81d..28e1cce801 100644 --- a/client/src/modules/templates/bhStockFilterExhausted.tmpl.html +++ b/client/src/modules/templates/bhStockFilterExhausted.tmpl.html @@ -46,7 +46,7 @@ - STOCK.INCLUDE_EMPTY_LOTS_HELP + {{$ctrl.helpText}}