one_after 2 mesi fa
parent
commit
b7c3c0b714
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      plugin/admin/app/controller/WithdrawController.php

+ 1 - 0
plugin/admin/app/controller/WithdrawController.php

@@ -120,6 +120,7 @@ class WithdrawController extends Crud
                 'account_holder'  => $v['account_holder'],
                 'card_number'     => $v['card_number'],
                 'status'          => $v['status'],
+                'new_state'          => $v['new_state'],
                 'created_at'      => $v['created_at'],
                 'type'            => $v['type'],