Skip to content

Commit

Permalink
Merge pull request #39138 from deepeshgarg007/subscription_patch_fix
Browse files Browse the repository at this point in the history
fix: Subscription update patch
  • Loading branch information
deepeshgarg007 authored Jan 4, 2024
2 parents e2cf1ea + 277dade commit c2f88f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
def execute():
subscription = frappe.qb.DocType("Subscription")
frappe.qb.update(subscription).set(
subscription.generate_invoice_at, "Beginning of the currency subscription period"
subscription.generate_invoice_at, "Beginning of the current subscription period"
).where(subscription.generate_invoice_at_period_start == 1).run()

0 comments on commit c2f88f2

Please sign in to comment.