Skip to content

Commit

Permalink
Always true on active
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Mar 21, 2017
1 parent 35ff002 commit 98aa908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_id_djbc_app/models/djbc_document_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class DocumentType(models.Model):
)
active = fields.Boolean(
string="Active",
default=True,
)
description = fields.Text(
string="Description",
Expand Down

0 comments on commit 98aa908

Please sign in to comment.