[-] WS : id_group_shop is not mandatory

This commit is contained in:
aKorczak
2012-05-22 08:01:54 +00:00
parent abc1ad9b2f
commit 762b81efa2
+2 -5
View File
@@ -794,12 +794,9 @@ class WebserviceRequestCore
$this->setError(500, 'This group shop doesn\'t have shops', 999);
return false;
}
return true;
}
// @FIXME Set ErrorCode !
$this->setError(404, 'This group shop id doesn\'t exist', 999);
return false;
// id_group_shop isn't mandatory
return true;
}
/**