mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
16014945b6
|
@ -98,7 +98,11 @@ class Asset extends Depreciable
|
||||||
$this->last_checkout = $checkout_at;
|
$this->last_checkout = $checkout_at;
|
||||||
|
|
||||||
$this->assigneduser()->associate($user);
|
$this->assigneduser()->associate($user);
|
||||||
$this->name = $name;
|
|
||||||
|
if($name != null)
|
||||||
|
{
|
||||||
|
$this->name = $name;
|
||||||
|
}
|
||||||
|
|
||||||
$settings = Setting::getSettings();
|
$settings = Setting::getSettings();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue