feat: updates on expenses
This commit is contained in:
@@ -26,7 +26,7 @@ class Client extends Model
|
||||
|
||||
public function getVatableAttribute(): bool
|
||||
{
|
||||
return $this->type->type == 'Vatable' ? true : false;
|
||||
return $this->type->type == 'Vatable';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user