mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixed typo in variable name
This commit is contained in:
parent
770092f23f
commit
ffba9789b7
|
@ -438,7 +438,7 @@ class Asset extends Depreciable
|
|||
if ($settings->zerofill_count > 0) {
|
||||
return $settings->auto_increment_prefix.Asset::zerofill($settings->next_auto_tag_base, $settings->zerofill_count);
|
||||
}
|
||||
return $settings->auto_increment_prefix.$settings->next_auto_tag_bas;
|
||||
return $settings->auto_increment_prefix.$settings->next_auto_tag_base;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue