feat: updates on expenses

This commit is contained in:
JP
2024-08-21 05:37:35 +08:00
parent 3af7207ec3
commit daa6f692e1
9 changed files with 277 additions and 21 deletions

View File

@@ -26,7 +26,7 @@ class Client extends Model
public function getVatableAttribute(): bool
{
return $this->type->type == 'Vatable' ? true : false;
return $this->type->type == 'Vatable';
}
/**