diff --git a/app/number_translations/app_config.php b/app/number_translations/app_config.php index 952b85be44..4809ae655a 100644 --- a/app/number_translations/app_config.php +++ b/app/number_translations/app_config.php @@ -149,7 +149,6 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the rule order.'; $z++; - $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "insert_date"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'timestamptz'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'date';