summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-05-26 06:43:27 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-05-26 06:43:27 +0000
commit9ff68fb4b50e70d5ed574aa646e04fe55b39af1f (patch)
treea87ee6bdc63a21c8e7135de40e1a771b58253e90
parent32cd67bd573fb5baa98b8bcdba13359d5acf4b33 (diff)
parent542318af94cfa755a35589f8299d6551597928db (diff)
Merged in fix_tempo_lognote (pull request #311)
<miqdad> overwrite mail thread function
-rw-r--r--indoteknik_custom/models/user_pengajuan_tempo_request.py3
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