...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/invoice/invoicediscount.php
- Класс: Bitrix\Crm\Invoice\InvoiceDiscount
- Вызов: InvoiceDiscount::deleteByOrder
static function deleteByOrder($order) { $order = (int)$order; if ($order <= 0) return; Internals\InvoiceRulesTable::clearByOrder($order); Internals\InvoiceDiscountDataTable::clearByOrder($order); Internals\InvoiceRoundTable::clearByOrder($order); }