mirror of
https://github.com/meichthys/church.git
synced 2026-05-01 01:01:29 +00:00
Fix collection Date
This commit is contained in:
parent
dc91472ba5
commit
c09dafac7c
@ -40,7 +40,7 @@ class ChurchCollection(Document):
|
||||
"amount": fund_total,
|
||||
"source_type": "Church Collection",
|
||||
"source": self.name,
|
||||
"date": frappe.utils.nowdate(),
|
||||
"date": frappe.utils.now(),
|
||||
},
|
||||
)
|
||||
fund_doc.balance = (fund_doc.balance or 0) + fund_total
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user