Skip to content

Conversation

@priyanshshah2442
Copy link
Member

  • Fixes
  • Refactor Code
  • Setup Test Case Environment
  • Test Cases

@priyanshshah2442 priyanshshah2442 force-pushed the test_cases_and_refactor branch from 367003f to a901f02 Compare March 6, 2025 10:02
Comment on lines 50 to 54
# if setting.processing_time > time_now():
# continue

if setting.last_execution and getdate(setting.last_execution) == getdate():
continue
# if setting.last_execution and getdate(setting.last_execution) == getdate():
# continue
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment?

@priyanshshah2442 priyanshshah2442 force-pushed the test_cases_and_refactor branch 3 times, most recently from 0c4d78a to 694e5ad Compare March 12, 2025 06:56
@priyanshshah2442 priyanshshah2442 force-pushed the test_cases_and_refactor branch from 694e5ad to bfbc981 Compare March 12, 2025 07:07
@priyanshshah2442 priyanshshah2442 force-pushed the test_cases_and_refactor branch from 26bfa86 to 0f9a89e Compare March 12, 2025 07:55
@Abdeali099 Abdeali099 changed the base branch from version-15 to develop April 2, 2025 10:20

for setting in auto_pay_settings:
if not setting.auto_generate_entries:
frappe.throw(_("Auto Generate Entries is not enabled"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why throwing an error?

I think this not required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants