mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 16:15:02 +00:00
[fix] digest values in absolute
This commit is contained in:
@@ -346,7 +346,7 @@ class EmailDigest(Document):
|
||||
self.get_next_sending()
|
||||
|
||||
def fmt_money(self, value):
|
||||
return fmt_money(value, currency = self.currency)
|
||||
return fmt_money(abs(value), currency = self.currency)
|
||||
|
||||
def send():
|
||||
now_date = now_datetime().date()
|
||||
|
||||
Reference in New Issue
Block a user