mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-03 19:53:19 +03:00
bug fixes (#11)
This commit is contained in:
parent
f6b26353a0
commit
cf9cc2974b
@ -43,14 +43,6 @@ class RetailcrmReferences
|
|||||||
public function getStatuses()
|
public function getStatuses()
|
||||||
{
|
{
|
||||||
$statusTypes = array();
|
$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);
|
$states = OrderState::getOrderStates($this->default_lang, true);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user