• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/cashboxorangedata.php
  • Класс: BitrixSaleCashboxCashboxOrangeData
  • Вызов: CashboxOrangeData::getCorrectionCauseDocumentDate
protected function getCorrectionCauseDocumentDate($correctionInfo)
{
	$documentDate = new MainTypeDateTime($correctionInfo['document_date']);

	return $documentDate->format('Y-m-dTH:i:s');
}