Skip to content
Snippets Groups Projects
Commit 61655d23 authored by Pegane Nestor's avatar Pegane Nestor
Browse files

FIX #7188 clause on lastname firstname added

parent c9d1c62d
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,9 @@ if ($_SESSION['is_multi_contact'] == 'OK') {
// Order of select elements (# is for parallel check)
$columnTarget = array(
'firstname#lastname',
'lastname#firstname',
'contact_firstname#contact_lastname',
'society',
'society',
'address_num#address_street#address_postal_code#address_town'
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment