mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-25 00:44:03 -04:00
@@ -65,11 +65,10 @@ echo $this->lang->line('sales_find_or_scan_item_or_receipt');
|
||||
if(count($cart)==0)
|
||||
{
|
||||
?>
|
||||
<tr>
|
||||
<tr>
|
||||
<td colspan='8'>
|
||||
<div class='warning_message' style='padding: 7px;'><?php echo $this->lang->line('sales_no_items_in_cart'); ?></div>
|
||||
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user