From 6d025a0be587136f7d1a8c35660b616fb1c8f3c9 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 3 May 2019 00:56:14 -0500 Subject: [PATCH] pi stuff --- app/Library/Finances/PISale.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Finances/PISale.php b/app/Library/Finances/PISale.php index 9a67cb261..6c8927a61 100644 --- a/app/Library/Finances/PISale.php +++ b/app/Library/Finances/PISale.php @@ -15,7 +15,7 @@ class PISale { - public InsertPISale($journal, $corpId) { + public function InsertPISale($journal, $corpId) { //Create the ESI Helper class $esiHelper = new Esi;