Actual prod

This commit is contained in:
mac 2026-07-04 13:43:36 +03:00
parent 50c70b5a69
commit 5839bca481

View File

@ -1219,7 +1219,7 @@ class Requisitions{
$r['master_delete'] = $master_delete['name'];
$r['master_delete_phone'] = $master_delete['phone'];
if ($r['confirm'] == 10) {
if ($r['confirm'] == 10 && empty($r['deal_id'])) {
$r['reason'] = "Совершена сделка на ".$r['summa']." руб.";
}
}