STPH#37558 Kan geen bedragen kleiner dan 1 invullen bij factuurmarge (bestelcatalogi)

svn path=/Website/trunk/; revision=30619
This commit is contained in:
Erik Groener
2016-09-07 14:13:47 +00:00
parent 98fc614874
commit 247ba00cac

View File

@@ -89,7 +89,7 @@ model_bes_disc_params =
"herfiatmarge": {
"dbs": "bes_disc_params_herfiatmarge",
"label": L("bes_discipline_herfiatmarge"),
"typ": "number"
"typ": "float"
},
"factuurpct": {
"dbs": "bes_disc_params_factuurpct",
@@ -99,7 +99,7 @@ model_bes_disc_params =
"factuurmarge": {
"dbs": "bes_disc_params_factuurmarge",
"label": L("bes_discipline_factuurmarge"),
"typ": "number"
"typ": "float"
},
"factmatchmode": {
"dbs": "bes_disc_params_factmatchmode",