Skip to content

Commit

Permalink
feat: auto enable accounting period
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Nov 18, 2024
1 parent 3ce6f94 commit 0007c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/workspaces/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class WorkspaceGeneralSettings(models.Model):
default=False, help_text="Map Merchant to Contact for CCC Expenses"
)
change_accounting_period = models.BooleanField(
default=False, help_text="Change the accounting period"
default=True, help_text="Change the accounting period"
)
import_categories = models.BooleanField(
default=False, help_text="Auto import Categories to Fyle"
Expand Down

0 comments on commit 0007c54

Please sign in to comment.