Plugin Directory

Changeset 2619827


Ignore:
Timestamp:
10/26/2021 04:40:12 AM (4 years ago)
Author:
mbmipak
Message:

fix bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mbm-ipak/trunk/include/models/insert_cash.php

    r2619824 r2619827  
    3030        "is_require" => true,
    3131        "in_table" => true,
    32         "type" => array("type" => "select", "select" => ["model"=> $wpdb->prefix . "hesab_model","where" => "type_id=2", "key" => "id", "label" => "title"], "size" => 50, "class" => "col-md-6")
     32        "type" => array("type" => "select","auto-select"=>true, "select" => ["model"=> $wpdb->prefix . "hesab_model","where" => "type_id=2", "key" => "id", "label" => "title"], "size" => 50, "class" => "col-md-6")
    3333    ),
    3434    "mablagh" => array(
Note: See TracChangeset for help on using the changeset viewer.