mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
include approved po's in the system
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ Route::get('/po-approval', function(){
|
||||
foreach ($months as $month => $bookings) {
|
||||
echo "<h3>".$month."(".count($bookings).")</h3><br>";
|
||||
foreach ($bookings as $booking) {
|
||||
echo "<a target='_blank' href='https://exchange.cief-malaysia.com/booking/".$booking->id."/upload-invoice'>".$booking->id."</a> <small>date: ".$booking->created_at."</small><br>";
|
||||
echo "<a target='_blank' href='https://exchange.cief-malaysia.com/booking/".$booking->id."/upload-invoice'>".$booking->id."</a> <small>date: ".$booking->created_at."</small> <small>marking: ".$booking->user->marking."</small><br>";
|
||||
}
|
||||
echo "<br><br><br>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user