diff --git a/app/Import/Definitions/BankTransactionMap.php b/app/Import/Definitions/BankTransactionMap.php index bf2c2927dd..138f8d5d0a 100644 --- a/app/Import/Definitions/BankTransactionMap.php +++ b/app/Import/Definitions/BankTransactionMap.php @@ -16,16 +16,16 @@ class BankTransactionMap public static function importable() { return [ - 0 => 'bank.transaction_id', - 1 => 'bank.amount', - 2 => 'bank.currency', - 3 => 'bank.account_type', - 4 => 'bank.category_id', - 5 => 'bank.category_type', - 6 => 'bank.date', - 7 => 'bank.bank_account_id', - 8 => 'bank.description', - 9 => 'bank.base_type', + 0 => 'transaction.transaction_id', + 1 => 'transaction.amount', + 2 => 'transaction.currency', + 3 => 'transaction.account_type', + 4 => 'transaction.category_id', + 5 => 'transaction.category_type', + 6 => 'transaction.date', + 7 => 'transaction.bank_account_id', + 8 => 'transaction.description', + 9 => 'transaction.base_type', ]; } diff --git a/lang/en/texts.php b/lang/en/texts.php index 6c32619cfd..fdd352a19e 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -4777,7 +4777,8 @@ $LANG = array( 'invoice_task_project' => 'Invoice Task Project', 'invoice_task_project_help' => 'Add the project to the invoice line items', 'bulk_action' => 'Bulk Action', - 'phone_validation_error' => 'This phone number is not valid, please enter in E.164 format', + 'phone_validation_error' => 'This phone number is not valid, please enter in E.164 format', + 'transaction' => 'Transaction', ); return $LANG; diff --git a/storage/logs/.gitignore b/storage/logs/.gitignore old mode 100644 new mode 100755