mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 16:28:40 -04:00
Change invalid SALE_SALE reference to SALE_RETURN.
This commit is contained in:
@@ -168,7 +168,7 @@ class Sales extends Secure_Controller
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->sale_lib->set_sale_type(SALE_SALE);
|
||||
$this->sale_lib->set_sale_type(SALE_TYPE_RETURN);
|
||||
}
|
||||
|
||||
$stock_location = $this->input->post('stock_location');
|
||||
|
||||
Reference in New Issue
Block a user