From 39c934cdbe3e3dbc06d3078254c23f59cf4d0d6b Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 11 May 2020 01:12:10 -0500 Subject: [PATCH] added invoice creation for the database to moon rental invoice --- app/Jobs/Commands/Moons/MoonRentalInvoiceCreate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/Commands/Moons/MoonRentalInvoiceCreate.php b/app/Jobs/Commands/Moons/MoonRentalInvoiceCreate.php index 5c41f4705..b90348ed0 100644 --- a/app/Jobs/Commands/Moons/MoonRentalInvoiceCreate.php +++ b/app/Jobs/Commands/Moons/MoonRentalInvoiceCreate.php @@ -120,7 +120,7 @@ class MoonRentalInvoiceCreate implements ShouldQueue $charInfo = $lookup->GetCharacterInfo($this->contact); $corpInfo = $lookup->GetCorporationInfo($charInfo->corporation_id); foreach($listItems as $item) { - $moons .= $item . ',' + $moons .= $item . ','; } $moons = rtrim($moons, ',');