mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 13:33:57 +00:00
fix missing account holder name missing when deleted by always listing bank relationship with trashed
This commit is contained in:
+1
-4
@@ -110,10 +110,7 @@ class CreateSupplierTransactionLogic extends AbstractControllerLogic
|
||||
|
||||
$transactions[] = $this->createsTransaction->execute($payment->booking, $object);
|
||||
}
|
||||
foreach ($transactions as $transaction){
|
||||
dump($transaction->booking->company->reference);
|
||||
}
|
||||
die();
|
||||
|
||||
$pdf = LaravelMpdf::loadView('pages.pdfs.currency_vendor_order', ['transactions' => $transactions, 'supplier' => $supplier]);
|
||||
|
||||
$path = Str::studly($supplier->name).'_'.Carbon::now()->format('Y_m_d_h_s_i').'.pdf';
|
||||
|
||||
Reference in New Issue
Block a user