Fix resetDealCloseModal

This commit is contained in:
mac 2026-07-07 15:23:41 +03:00
parent 5d1ce3b146
commit 7996430c41

View File

@ -4169,7 +4169,7 @@ $(document).ready(function() {
if (typeof ac !== 'undefined') ac.reqId = parseInt(req_id) || 0;
resetDealCloseModal();
if (typeof resetDealCloseModal === 'function') resetDealCloseModal();
// Загружаем данные сделки для отображения информации
$.ajax({