Change device_key_line from text to numeric.

This commit is contained in:
Mark Crane
2015-02-15 20:41:39 +00:00
parent 6bd812b9f4
commit 17bad08d5e

View File

@@ -376,7 +376,7 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the type.';
$z++;
$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.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_value';