From cdebb728eae2e9e0cd130982aa377a87fb02a7dc Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 3 May 2019 00:54:36 -0500 Subject: [PATCH] added list of pi materials --- app/Library/Finances/Helper/FinanceHelper.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Library/Finances/Helper/FinanceHelper.php b/app/Library/Finances/Helper/FinanceHelper.php index 3721d95bb..47b5ecbe4 100644 --- a/app/Library/Finances/Helper/FinanceHelper.php +++ b/app/Library/Finances/Helper/FinanceHelper.php @@ -42,6 +42,7 @@ class FinanceHelper { //If the token is not found, send the user an eve mail, and just exit out of the function if($this->TokenNotFound($token, $scope)) { + printr("Token not found\n"); return null; } @@ -178,7 +179,7 @@ class FinanceHelper { //The PutWalletJournal function checks to see if it's already in the database. foreach($wallet as $entry) { if($division == 3 && $charId == 94415555) { - if(in_array($entry['type_id'], $pi_items, true)) { + if(in_array($entry['type_id'], $pi_items, false)) { $pi = new PISale(); $pi->InsertPISale($entry); }