Merge branch 'fix-functions'
This commit is contained in:
commit
4b4a6d9f17
@ -103,7 +103,7 @@ class Suspect extends ObjectModel
|
||||
}
|
||||
}
|
||||
|
||||
public function save()
|
||||
public function save($nullValues = false, $autodate = true)
|
||||
{
|
||||
if (parent::save()) {
|
||||
return true;
|
||||
|
@ -79,7 +79,7 @@ class CustomGroup extends ObjectModel
|
||||
');
|
||||
}
|
||||
|
||||
public function save()
|
||||
public function save($nullValues = false, $autodate = true)
|
||||
{
|
||||
if (parent::save()) {
|
||||
$return = true;
|
||||
|
@ -123,7 +123,7 @@ class SupplierDemand extends ObjectModel
|
||||
}
|
||||
}
|
||||
|
||||
public function save()
|
||||
public function save($nullValues = false, $autodate = true)
|
||||
{
|
||||
if (parent::save()) {
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user