Fix resetDealCloseModal
This commit is contained in:
parent
5d1ce3b146
commit
7996430c41
@ -4169,7 +4169,7 @@ $(document).ready(function() {
|
||||
|
||||
if (typeof ac !== 'undefined') ac.reqId = parseInt(req_id) || 0;
|
||||
|
||||
resetDealCloseModal();
|
||||
if (typeof resetDealCloseModal === 'function') resetDealCloseModal();
|
||||
|
||||
// Загружаем данные сделки для отображения информации
|
||||
$.ajax({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user