credit note

This commit is contained in:
edmondlang
2023-08-01 02:07:02 +08:00
parent a87a8f8f9a
commit 8957d2d10a
@@ -45,8 +45,6 @@ class GenerateCreditNotePdfLogic
{
$transaction = $this->fetchesTransaction->execute(['id' => $request->route('id')]);
dd($transaction);
$booking = $transaction->booking;
$supplier = $this->fetchesCompany->execute(['id' => $transaction->receiver]);