diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-12-03 13:22:55 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-12-03 13:22:55 +0700 |
| commit | cf6581d8a9ddfd5a7e3c1c2d7aa5aab8b96f4813 (patch) | |
| tree | 69bada29da6d7929c5342e27ea6413d459266026 /indoteknik_custom/models/user_pengajuan_tempo.py | |
| parent | 6fbfe31167e6eb66d4995374dadb14774026e8c7 (diff) | |
<iman> pengajuan tempo
Diffstat (limited to 'indoteknik_custom/models/user_pengajuan_tempo.py')
| -rw-r--r-- | indoteknik_custom/models/user_pengajuan_tempo.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/models/user_pengajuan_tempo.py b/indoteknik_custom/models/user_pengajuan_tempo.py index 006bbb55..b527fa4c 100644 --- a/indoteknik_custom/models/user_pengajuan_tempo.py +++ b/indoteknik_custom/models/user_pengajuan_tempo.py @@ -112,6 +112,8 @@ class UserPengajuanTempo(models.Model): display_name = "DETAIL FORM TEMPO" result.append((record.id, display_name)) return result + + # # def _compute_attachment_url(self): # if self.id: |
