mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-14 03:50:33 -04:00
Fix wrong language translations (#1842)
This commit is contained in:
@@ -965,7 +965,7 @@ class Sales extends Secure_Controller
|
||||
}
|
||||
elseif($this->sale_lib->get_mode() == 'return')
|
||||
{
|
||||
$data['mode_label'] = $this->lang->line('return');
|
||||
$data['mode_label'] = $this->lang->line('sales_return');
|
||||
$data['customer_required'] = $this->lang->line('sales_customer_optional');
|
||||
}
|
||||
else
|
||||
@@ -1074,7 +1074,7 @@ class Sales extends Secure_Controller
|
||||
}
|
||||
elseif($this->sale_lib->get_mode() == 'return')
|
||||
{
|
||||
$data['mode_label'] = $this->lang->line('return');
|
||||
$data['mode_label'] = $this->lang->line('sales_return');
|
||||
$data['customer_required'] = $this->lang->line('sales_customer_optional');
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user