This website works better with JavaScript.
首頁
說明
登入
christian
/
SaS
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fix error
master
erichhasl
7 年之前
父節點
870f045501
當前提交
6e5b71edb1
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
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
查看文件
@@ -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…
取消
儲存