mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix warning
This commit is contained in:
parent
5e92ed0dcd
commit
2e04aa4e03
|
|
@ -153,7 +153,7 @@ if ($resql) {
|
|||
if ($targettype == 'contacts') {
|
||||
$oldcid = $obj->cid;
|
||||
}
|
||||
$oldlang = $obj->lang;
|
||||
$oldlang = $obj->default_lang;
|
||||
$oldtarget = (empty($obj->cfirstname) && empty($obj->clastname)) ? $obj->name : ($obj->clastname." ".$obj->cfirstname);
|
||||
$message = '';
|
||||
$total = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user