projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39bdd9e
)
typo in yes_no_tag
author
Jan Büren
<jan@kivitendo.de>
Tue, 11 May 2021 07:45:47 +0000
(09:45 +0200)
committer
Jan Büren
<jan@kivitendo.de>
Tue, 11 May 2021 07:45:47 +0000
(09:45 +0200)
templates/webpages/client_config/_warehouse.html
patch
|
blob
|
history
diff --git
a/templates/webpages/client_config/_warehouse.html
b/templates/webpages/client_config/_warehouse.html
index
2550a06
..
6ce9477
100644
(file)
--- a/
templates/webpages/client_config/_warehouse.html
+++ b/
templates/webpages/client_config/_warehouse.html
@@
-118,7
+118,7
@@
</tr>
<tr>
<td align="right">[% LxERP.t8('Undo Transfer Interval') %]</td>
- <td>[% L.input_tag('defaults.un
od
_transfer_interval', LxERP.format_amount(SELF.defaults.undo_transfer_interval, 7), style=style) %]</td>
+ <td>[% L.input_tag('defaults.un
do
_transfer_interval', LxERP.format_amount(SELF.defaults.undo_transfer_interval, 7), style=style) %]</td>
<td>[% LxERP.t8('Defines the interval where undoing transfers from a delivery order are allowed.') %]</td>
</tr>