adds proper spacing
This commit is contained in:
parent
28059c878a
commit
d359bcb88d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class Depreciable extends SnipeModel
|
|||
|
||||
if ($months_passed >= $this->get_depreciation()->months){
|
||||
//if there is a floor use it
|
||||
if(!$this->get_depreciation()->depreciation_min== null) {
|
||||
if(!$this->get_depreciation()->depreciation_min == null) {
|
||||
|
||||
$current_value = $this->get_depreciation()->depreciation_min;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue