Skip to content

Commit

Permalink
Merge pull request #9 from mailjet/development
Browse files Browse the repository at this point in the history
fix admin settings form
  • Loading branch information
Ferhan Ismailov authored Jun 8, 2017
2 parents e8f6bc4 + 0c734ef commit b4c0995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ [email protected]
Changelog
---------

= 7.x-2.14 26 May 2017 =
= 7.x-2.14 1 June 2017 =
* Bug fix: Messages improved
* Bug fix: Validate add domain field
* Bug fix: Unable to synchronize a new user if the Drupal contact list already exists

= 7.x-2.13 6 Mar 2017 =
Expand Down
7 changes: 0 additions & 7 deletions includes/mailjet.admin.inc
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,6 @@ function mailjet_admin_settings_form()
'#default_value' => $user_infos['AddressCity'],
'#required' => TRUE
);

$form['infos']['address_province_state'] = array(
'#type' => 'textfield',
'#title' => t('Province / State'),
'#default_value' => $user_infos['AddressProvinceState'],
'#required' => FALSE
);

$form['infos']['address_postal_code'] = array(
'#type' => 'textfield',
Expand Down

0 comments on commit b4c0995

Please sign in to comment.