Warning: Undefined array key "बहिः गच्छतु" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
136
Warning: Undefined array key "aksi" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
140
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
159
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
181
Current File : /home/httpd/vhosts/puntogroup.ru/httpdocs/ajax/check_order.php |
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");?>
<?if($_POST["ID"])
{
\Bitrix\Main\Loader::includeModule('sale');
$_POST["ID"] = urldecode($_POST["ID"]);
$id = 0;
$arSelect = array("ID");
$arFilter = array("ACCOUNT_NUMBER" => $_POST["ID"]);
$rsOrder = \Bitrix\Sale\OrderTable::getList(
array(
"filter" => $arFilter,
"select" => $arSelect,
)
);
if($arOrder = $rsOrder->Fetch())
{
if(!$_SESSION["ORDER"][$arOrder["ID"]])
{
$id = $arOrder["ID"];
$_SESSION["ORDER"][$arOrder["ID"]] = $arOrder["ID"];
}
}
echo json_encode($id);
}?>