From b5144730c7d116cb987d270227dbc74242c4f481 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Tue, 11 May 2021 09:45:47 +0200 Subject: [PATCH] typo in yes_no_tag --- templates/webpages/client_config/_warehouse.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/client_config/_warehouse.html b/templates/webpages/client_config/_warehouse.html index 2550a0603..6ce94770e 100644 --- a/templates/webpages/client_config/_warehouse.html +++ b/templates/webpages/client_config/_warehouse.html @@ -118,7 +118,7 @@ [% LxERP.t8('Undo Transfer Interval') %] - [% L.input_tag('defaults.unod_transfer_interval', LxERP.format_amount(SELF.defaults.undo_transfer_interval, 7), style=style) %] + [% L.input_tag('defaults.undo_transfer_interval', LxERP.format_amount(SELF.defaults.undo_transfer_interval, 7), style=style) %] [% LxERP.t8('Defines the interval where undoing transfers from a delivery order are allowed.') %] -- 2.20.1