Skip to content

Commit 6d8e102

Browse files
authored
Merge pull request #640 from PAWECOGmbH/development
Bugfix
2 parents f1d4e5f + a2125ba commit 6d8e102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/backend/core/handler/sysadmin/customers.cfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@
174174
175175
newCustomerID = qNewUser.intCustomerID;
176176
177-
// Update country or tinezone
178-
if (len(trim(form.countryID))) {
177+
// Update country or timezone
178+
if (structKeyExists(form, "countryID") and isNumeric(form.countryID)) {
179179
180180
queryExecute(
181181
options = {datasource = application.datasource},

0 commit comments

Comments
 (0)