2
0
forked from Wavyzz/dolibarr

Merge remote-tracking branch 'upstream/develop' into camelCaps

This commit is contained in:
Frédéric FRANCE
2018-09-01 13:52:51 +02:00
414 changed files with 279 additions and 860 deletions

View File

@@ -1069,7 +1069,6 @@ abstract class CommonObject
dol_print_error($this->db);
return -1;
}
}
/**
@@ -2041,7 +2040,6 @@ abstract class CommonObject
$this->db->commit();
return 1;
}
}
@@ -4650,7 +4648,6 @@ abstract class CommonObject
if (isset($conf->global->$keyforfieldname)) return $conf->global->$keyforfieldname;
// TODO Ad here a scan into table llx_overwrite_default with a filter on $this->element and $fieldname
}
@@ -7274,5 +7271,4 @@ abstract class CommonObject
{
return count($this->comments);
}
}