diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index ada4a41b65..f2921657f4 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -255,7 +255,7 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "limit_max"; - $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "limit_destination";