Skip to content

Commit

Permalink
Merge pull request iNextrix#717 from iNextrix/2023-COM-W38-V6-ASTPPCO…
Browse files Browse the repository at this point in the history
…M-986_Kinjal.Prajapati

[FIX]Select option display twice in localisation field of customer cr…
  • Loading branch information
devangn authored Oct 16, 2023
2 parents a2ae170 + 51e8bf8 commit 26a5930
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ function get_customer_form_fields($entity_type = false, $id = false, $reseller_i
'id',
'name',
'localization',
'build_dropdown_reseller',
// Kinjal ASTPPCOM-986 Start
'build_dropdown',
// Kinjal ASTPPCOM-986 END
'where_arr',
array(
"status" => "0"
Expand Down Expand Up @@ -370,7 +372,9 @@ function get_customer_form_fields($entity_type = false, $id = false, $reseller_i
'id',
'name',
'localization',
'build_dropdown_reseller',
// Kinjal ASTPPCOM-986 Start
'build_dropdown',
// Kinjal ASTPPCOM-986 END
'where_arr',
array(
"status" => "0"
Expand Down

0 comments on commit 26a5930

Please sign in to comment.