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