stanley-king 3 лет назад
Родитель
Сommit
99ff6f6b6f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      admin/control/refill_order_manual.php

+ 1 - 1
admin/control/refill_order_manual.php

@@ -283,7 +283,7 @@ class refill_order_manualControl extends SystemControl
                         $this->ct_provider_amount(['channel_amount' => $order['channel_amount']], $provider_info, $cur_time, $admininfo);
                         $this->credit_save_money($order['channel_amount'], 'add', $account_id, $provider_bz);
                     }
-                    
+
                     $trans->commit();
                 }
                 catch (Exception $e) {