Changeset 2619827
- Timestamp:
- 10/26/2021 04:40:12 AM (4 years ago)
- File:
-
- 1 edited
-
mbm-ipak/trunk/include/models/insert_cash.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mbm-ipak/trunk/include/models/insert_cash.php
r2619824 r2619827 30 30 "is_require" => true, 31 31 "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") 33 33 ), 34 34 "mablagh" => array(
Note: See TracChangeset
for help on using the changeset viewer.