This website works better with JavaScript.
Home
Help
Sign In
christian
/
SaS
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix error
master
erichhasl
7 years ago
parent
870f045501
commit
6e5b71edb1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
web_dev/sas_web/meingoethopia/models.py
+ 1
- 1
web_dev/sas_web/meingoethopia/models.py
View File
@@ -18,7 +18,7 @@ class Angestellter(models.Model):
zugeteilt.boolean = True
def ist_klein(self):
return self.klasse[0] in ['5', '6', '7']
return self.klasse[0] in ['
I', '
5', '6', '7']
ist_klein.boolean = True
class Meta:
Write
Preview
Loading…
Cancel
Save