Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

24335 -EFT Refund fixes #1851

Merged
merged 1 commit into from
Dec 9, 2024
Merged

24335 -EFT Refund fixes #1851

merged 1 commit into from
Dec 9, 2024

Conversation

ochiu
Copy link
Collaborator

@ochiu ochiu commented Dec 9, 2024

Issue #:
bcgov/entity#24335

Description of changes:

  • update eft summaries to help support eft refund pre-population on create form
  • block same user eft refund approval

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the sbc-pay license (Apache 2.0).

@ochiu ochiu marked this pull request as ready for review December 9, 2024 17:04
@@ -62,7 +62,6 @@ class EFTRefund(Audit):
cas_supplier_site = db.Column(db.String(), nullable=True)
comment = db.Column(db.String(), nullable=False)
decline_reason = db.Column(db.String(), nullable=True)
created_by = db.Column("created_by", db.String(100), nullable=True)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Already part of audit, removing because it is causing this to be blank when a row is created.

@@ -125,6 +125,9 @@ class EFTShortnameSummarySchema:
id: int
short_name: str
short_name_type: str
cas_supplier_number: str
cas_supplier_site: str
email: str
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

To support pre-populating eft refund create form

@ochiu ochiu merged commit fd39f80 into bcgov:main Dec 9, 2024
15 of 16 checks passed
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.

3 participants