From cf906d5e216890a5c6cd09d98a0b8e14a2984f63 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 1 Oct 2016 19:44:29 -0600 Subject: [PATCH] Update app_config.php --- app/database_transactions/app_config.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/database_transactions/app_config.php b/app/database_transactions/app_config.php index 75e08e1bf7..2ddf2ffd4d 100644 --- a/app/database_transactions/app_config.php +++ b/app/database_transactions/app_config.php @@ -81,17 +81,17 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = 'timestamp'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Transaction date.'; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'transaction_before'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = 'transaction_old'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Array before the transaction.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Before the transaction.'; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'transaction_after'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = 'transaction_new'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Array after the transaction.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'After the transaction.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'transaction_result'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Result of the transaction.'; $z++; -?> \ No newline at end of file +?>