mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
update pending_orders table header
This commit is contained in:
+8
-8
@@ -406,16 +406,16 @@ Route::get('/pending_orders', function(){
|
||||
echo '<table border="1">';
|
||||
echo '<thead>';
|
||||
echo '<tr>';
|
||||
echo '<th>Client Booking Date</th>';
|
||||
echo '<th>Booking Updated Date</th>';
|
||||
echo '<th>Payment Type</th>';
|
||||
echo '<th>Marking</th>';
|
||||
echo '<th>Customer Payment Currency</th>';
|
||||
echo '<th>Customer Payment Amount</th>';
|
||||
echo '<th>Reference No.</th>';
|
||||
echo '<th>Booking Amount Currency</th>';
|
||||
echo '<th>CNY</th>';
|
||||
echo '<th>Booking</th>';
|
||||
echo '<th>Payment Currency</th>';
|
||||
echo '<th>Payment Amount</th>';
|
||||
echo '<th>Customer</th>';
|
||||
echo '<th>Booking Currency</th>';
|
||||
echo '<th>Booking Amount</th>';
|
||||
echo '<th>Service</th>';
|
||||
echo '<th>Days</th>';
|
||||
echo '<th>Payment Updated</th>';
|
||||
echo '<th>Cust Supplier Acc Type</th>';
|
||||
echo '<th>Cust Supplier Acc Name</th>';
|
||||
echo '</tr>';
|
||||
|
||||
Reference in New Issue
Block a user