From 8830103e91adbde43a95dcbff2f9a66dd8f69c24 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 3 May 2019 00:59:08 -0500 Subject: [PATCH] pi stuff --- app/Library/Finances/PISale.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Library/Finances/PISale.php b/app/Library/Finances/PISale.php index 6c8927a61..fdd1e8510 100644 --- a/app/Library/Finances/PISale.php +++ b/app/Library/Finances/PISale.php @@ -19,6 +19,8 @@ //Create the ESI Helper class $esiHelper = new Esi; + dd($journal); + //Insert the PI Sale into the database if(!PISaleJournal::where(['id' => $journal['id']])->exists()) { $entry = new PISaleJournal;