Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
16014945b6
1 changed files with 5 additions and 1 deletions
|
@ -98,7 +98,11 @@ class Asset extends Depreciable
|
|||
$this->last_checkout = $checkout_at;
|
||||
|
||||
$this->assigneduser()->associate($user);
|
||||
$this->name = $name;
|
||||
|
||||
if($name != null)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
|
||||
$settings = Setting::getSettings();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue