diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-05-23 12:29:01 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-05-23 12:29:01 +0700 |
| commit | abc587069b2526756b4848b53f1d20a8b5825134 (patch) | |
| tree | 61a7f59413a3303068c1e4b192b4b47600420d25 | |
| parent | d27999cacee59a115ae3c6c46542c2e20cfe176b (diff) | |
<miqdad> overwrite function
| -rw-r--r-- | indoteknik_custom/models/user_pengajuan_tempo_request.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/models/user_pengajuan_tempo_request.py b/indoteknik_custom/models/user_pengajuan_tempo_request.py index 565b0315..8c2d0d94 100644 --- a/indoteknik_custom/models/user_pengajuan_tempo_request.py +++ b/indoteknik_custom/models/user_pengajuan_tempo_request.py @@ -682,6 +682,9 @@ class UserPengajuanTempoRequest(models.Model): ('active', 'in', [True, False]) ]) + def _message_get_suggested_recipients(self): + return {} + def format_currency(self, number): number = int(number) return "{:,}".format(number).replace(',', '.')
\ No newline at end of file |
