• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/cashboxcheckbox.php
  • Класс: BitrixSaleCashboxCashboxCheckbox
  • Вызов: CashboxCheckbox::addCloseShiftAgent
private function addCloseShiftAgent()
{
	$agentName = 'BitrixSaleCashboxCashboxCheckbox::closeShiftAgent(' . $this->getField('ID') .');';
	$agentTime = MainTypeDateTime::createFromPhp(date_create('today 23:50'));
	CAgent::AddAgent($agentName, 'sale', 'Y', 0, '', 'Y', $agentTime);
}