Background job problem subscription.process

Hello, there is this error in the system in the latest ERP update

Traceback (most recent call last):
File “apps/frappe/frappe/core/doctype/scheduled_job_type/scheduled_job_type.py”, line 124, in execute
frappe.get_attr(self.method)()
TypeError: create_subscription_process() missing 2 required positional arguments: ‘subscription’ and ‘posting_date’

I did everything possible but I didn’t know what the problem was

Searching for a solution for this issue I came across this comment. There is a Github issue with this bug for anyone to track until its resolved.