Skip to content

Commit

Permalink
mod if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
MVIUdani committed Mar 31, 2021
1 parent 15cdf8f commit 913e3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/restaurantmanager/orders/RM.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<td><?php echo $row->Special_notes ?></td>
<td><?php echo $row->Payment_method ?></td>
<td><?php echo $row->Order_type ?></td>
<?php if($row->Order_type="delivery"){?>
<?php if($row->Order_type=="delivery"){?>
<td><?php echo $row->Delivery_Dispatch_DateTime ?></td>
<?php } else{ ?>
<td><?php echo $row->Kitchen_Dispatch_DateTime?></td>
Expand Down

0 comments on commit 913e3c4

Please sign in to comment.