Skip to content

Commit

Permalink
[FIX] Ip setting - as per selection data not displayed and default cu…
Browse files Browse the repository at this point in the history
…stomer taking
  • Loading branch information
gautam.patel committed Aug 9, 2023
1 parent ea8020e commit d6a0232
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function get_ipmap_form_fields($id = '', $reseller_id = '', $account_type = '')
'build_concat_dropdown',
'where_arr',
array(
"reseller_id" => "$reseller_id",
"reseller_id" => $reseller_id,
"type" => "0,3",
"deleted" => "0"
)
Expand Down

0 comments on commit d6a0232

Please sign in to comment.