mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
tidy up whiteform report
This commit is contained in:
@@ -936,6 +936,7 @@ Route::get('/show-white-form-transactions-in-date-range/{from_date}/{to_date}',
|
||||
echo '<tr>';
|
||||
$payment = $bill->owner;
|
||||
$po = $payment->owner->transactions()->where('type', TransactionType::PURCHASE_ORDER)->whereIn('status', [ApprovalStatus::PENDING_VERIFICATION, ApprovalStatus::APPROVED])->first();
|
||||
var_dump($po);
|
||||
echo '<td style="border: 1px solid black;"><a href="' . \route('booking.details', $bill->owner->owner->marking) . '" target="_blank">' . $payment->owner->marking . '</a></td>';
|
||||
echo '<td style="border: 1px solid black;">' . $payment->created_at . '</td>';
|
||||
echo '<td style="border: 1px solid black;">' . $bill->created_at . '</td>';
|
||||
|
||||
Reference in New Issue
Block a user