Merge pull request #13 from flodef/patch-3

Update register.php
This commit is contained in:
jekkos
2014-11-26 08:54:44 +01:00

View File

@@ -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
}