diff options
Diffstat (limited to 'ishtar/ishtar_base/models.py')
-rw-r--r-- | ishtar/ishtar_base/models.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ishtar/ishtar_base/models.py b/ishtar/ishtar_base/models.py index 42b79f163..90e593131 100644 --- a/ishtar/ishtar_base/models.py +++ b/ishtar/ishtar_base/models.py @@ -418,10 +418,6 @@ class Person(Address, OwnPerms) : person_type = models.ForeignKey(PersonType, verbose_name=_(u"Type")) attached_to = models.ForeignKey('Organization', verbose_name=_(u"Is attached to"), blank=True, null=True) - is_author = models.NullBooleanField(_(u"Is an author?"), blank=True, - null=True) - in_charge_storage = models.NullBooleanField(_(u"In charge of a storage?"), - blank=True, null=True) class Meta: verbose_name = _(u"Person") |