mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-02 19:33:14 +03:00
bug fixes (#11)
This commit is contained in:
parent
f6b26353a0
commit
cf9cc2974b
@ -43,14 +43,6 @@ class RetailcrmReferences
|
||||
public function getStatuses()
|
||||
{
|
||||
$statusTypes = array();
|
||||
/**
|
||||
* TODO: state ids duplicates between both arrays, temporary disable return states
|
||||
*
|
||||
$states = array_merge(
|
||||
OrderState::getOrderStates($this->default_lang, true),
|
||||
OrderReturnState::getOrderReturnStates($this->default_lang, true)
|
||||
);
|
||||
*/
|
||||
|
||||
$states = OrderState::getOrderStates($this->default_lang, true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user