Skip to content

Commit

Permalink
Update card.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Jul 23, 2019
1 parent 46d0137 commit cc10f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/contact/card.php
Expand Up @@ -872,7 +872,7 @@

// Civility
print '<tr><td><label for="civility_id">'.$langs->trans("UserTitle").'</label></td><td colspan="3">';
print $formcompany->select_civility(isset($_POST["civility_id"])?GETPOST("civility_id"):$object->civility_id);
print $formcompany->select_civility(isset($_POST["civility"])?GETPOST("civility"):$object->civility_code);
print '</td></tr>';

print '<tr><td><label for="title">'.$langs->trans("PostOrFunction").'</label></td>';
Expand Down

0 comments on commit cc10f5e

Please sign in to comment.