From 928016bb1a22b860c46069a07a69935fdfe9fc7a Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 20:50:21 -0700 Subject: [PATCH] Update app_config.php (#5038) * Update app_config.php --- app/pin_numbers/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/pin_numbers/app_config.php b/app/pin_numbers/app_config.php index 4e404ace2c..693fb5a32d 100644 --- a/app/pin_numbers/app_config.php +++ b/app/pin_numbers/app_config.php @@ -69,10 +69,12 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "pin_number"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the PIN number."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "accountcode"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the accountcode."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "enabled"; @@ -81,6 +83,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; ?>