Merge pull request #5694 from atm-ph/fix_3.8_address_empty
Fix lost value if use double quote
This commit is contained in:
commit
5c2af9b7bd
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user