@@ -16,7 +16,7 @@ try {
$stock_info=Stock::getInfoByCode($code);
if(empty($stock_info))
{
- echo action_msg(API::EMPTY_STOCK, API::EMPTY_STOCK_MSG);
+ echo action_msg(API::EMPTY_STOCK_MSG, API::EMPTY_STOCK);
return;
}
else