Skip to content

Commit

Permalink
Merge branch 'bug-2900' of https://github.com/marcosgdf/dolibarr into
Browse files Browse the repository at this point in the history
marcosgdf-bug-2900

Conflicts:
	ChangeLog
  • Loading branch information
eldy committed Jun 14, 2015
2 parents b42f9a6 + 7bddca9 commit 892ff3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -11,6 +11,7 @@ make a Dolibarr upgrade.
***** ChangeLog for 3.7.2 compared to 3.7.1 *****
FIX [ bug #2855 ] Wrong translation key in localtax report page
FIX [ bug #1852 ] JS error when editing a customer order line
FIX [ bug #2900 ] Courtesy title is not stored in create thirdparty form

***** ChangeLog for 3.7.1 compared to 3.7.* *****
FIX Bug in the new photo system
Expand Down
2 changes: 1 addition & 1 deletion htdocs/societe/soc.php
Expand Up @@ -137,7 +137,7 @@
$object->particulier = GETPOST("private");

$object->name = dolGetFirstLastname(GETPOST('firstname','alpha'),GETPOST('nom','alpha')?GETPOST('nom','alpha'):GETPOST('name','alpha'));
$object->civility_id = GETPOST('civility_id', 'int');
$object->civility_id = GETPOST('civility_id');
// Add non official properties
$object->name_bis = GETPOST('name','alpha')?GETPOST('name','alpha'):GETPOST('nom','alpha');
$object->firstname = GETPOST('firstname','alpha');
Expand Down

0 comments on commit 892ff3b

Please sign in to comment.