Skip to content
Snippets Groups Projects
Commit 32822525 authored by Flip's avatar Flip Committed by GitHub
Browse files

ZIP have not to be a duty

parent ba16b8bd
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ function M.section(form)
local o = s:option(cbi.Value, "_zip", "ZIP-Code")
o.value = uci:get_first("gluon-node-info", "location", "zip")
o.rmempty = false
o.rmempty = true
o.datatype = "float"
o.description = i18n.translatef("e.g. %s", "70499")
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment