Imports all new subscribers with subscribed status as default

This commit is contained in:
Vlad
2018-02-16 08:49:46 -05:00
committed by pavel-mailpoet
parent e87134eca4
commit 3c43c04586
3 changed files with 26 additions and 2 deletions

View File

@@ -701,8 +701,6 @@ define(
columnId = 'first_name';
} else if (/last|last name/i.test(headerName)) {
columnId = 'last_name';
} else if (/status/i.test(headerName)) {
columnId = 'status';
}
}
}