fix: misc ui fixes

This commit is contained in:
Jannat Patel
2025-02-12 22:54:23 +05:30
parent ea7b803905
commit e83734e0e4
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ def send_payment_reminder():
incomplete_payments = frappe.get_all(
"LMS Payment",
{"payment_received": 0, "creation": [">", add_days(nowdate(), -1)]},
fields=[
[
"name",
"member",
"payment_for_document",