Change device_key_line from text to numeric.

This commit is contained in:
Mark Crane
2015-02-15 20:41:39 +00:00
parent 773562ba9e
commit d0617bfcaf

View File

@@ -376,7 +376,7 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the type.'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the type.';
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_line'; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_line';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the value.'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the value.';
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_value'; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_value';