diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-05-26 06:43:27 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-05-26 06:43:27 +0000 |
| commit | 9ff68fb4b50e70d5ed574aa646e04fe55b39af1f (patch) | |
| tree | a87ee6bdc63a21c8e7135de40e1a771b58253e90 | |
| parent | 32cd67bd573fb5baa98b8bcdba13359d5acf4b33 (diff) | |
| parent | 542318af94cfa755a35589f8299d6551597928db (diff) | |
Merged in fix_tempo_lognote (pull request #311)
<miqdad> overwrite mail thread 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 aae09cc4..87227764 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 |
