Change invalid SALE_SALE reference to SALE_RETURN.

This commit is contained in:
Steve Ireland
2017-09-13 20:42:30 -04:00
parent ac32a06689
commit 62c5f2ad16

View File

@@ -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');