Skip to content
Snippets Groups Projects
Commit 5c2af9b7 authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #5694 from atm-ph/fix_3.8_address_empty

Fix lost value if use double quote
parents d6a4b58a fcd5e1fb
Branches
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ if (empty($reshook))
$object->name_alias = GETPOST('name_alias');
}
$object->address = GETPOST('address', 'alpha');
$object->address = GETPOST('address');
$object->zip = GETPOST('zipcode', 'alpha');
$object->town = GETPOST('town', 'alpha');
$object->country_id = GETPOST('country_id', 'int');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment