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

fix(#4987): bug fix #4993

Merged
merged 4 commits into from
Aug 29, 2022
Merged

fix(#4987): bug fix #4993

merged 4 commits into from
Aug 29, 2022

Conversation

whalley
Copy link
Member

@whalley whalley commented Aug 29, 2022

Please do not forget to update the mmex.pot file and write information about the fixed bug in the prerelease page.


This change is Reviewable

Copy link

@tactilis tactilis left a comment

Choose a reason for hiding this comment

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

Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @tactilis and @whalley)


src/mmcheckingpanel.cpp line 208 at r1 (raw file):

        full_tran.UDFC04_Type = Model_CustomField::FIELDTYPE::UNKNOWN;
        full_tran.UDFC05_Type = Model_CustomField::FIELDTYPE::UNKNOWN;
        full_tran.UDFC02_val = -DBL_MAX;

Seem to have lost:

full_tran.UDFC01_val = -DBL_MAX;

Code quote:

        full_tran.UDFC02_val = -DBL_MAX;
        full_tran.UDFC03_val = -DBL_MAX;
        full_tran.UDFC04_val = -DBL_MAX;
        full_tran.UDFC05_val = -DBL_MAX;

Copy link
Member Author

@whalley whalley left a comment

Choose a reason for hiding this comment

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

Good job somebody is checking my work!

Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @tactilis and @whalley)

Copy link

@tactilis tactilis left a comment

Choose a reason for hiding this comment

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

😄

Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @tactilis and @whalley)

@vomikan vomikan merged commit 1dfa766 into moneymanagerex:master Aug 29, 2022
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.

None yet

3 participants