From: Jan Büren Date: Tue, 11 May 2021 07:45:47 +0000 (+0200) Subject: typo in yes_no_tag X-Git-Tag: kivitendo-mebil_0.1-0~9^2~235 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=b5144730c7d116cb987d270227dbc74242c4f481;p=kivitendo-erp.git typo in yes_no_tag --- 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.') %]