Update register.php

This commit is contained in:
WShells
2019-03-15 00:57:02 +02:00
committed by GitHub
parent 37d95fe75e
commit 5f9ef6cf4d

View File

@@ -478,7 +478,7 @@ if(isset($success))
// Only show this part if the payment cover the total and in sale or return mode
if($pos_mode == '1' && $payment_type != $this->lang->line('sales_due') && !isset($customer))
{
{
?>
<div class='btn btn-sm btn-success pull-right' id='finish_sale_button' tabindex="<?php echo ++$tabindex; ?>"><span class="glyphicon glyphicon-ok">&nbsp</span><?php echo $this->lang->line('sales_complete_sale'); ?></div>
<?php