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

Cash Journal: Doubled lines after complete and Payment link to wrong line/wrong cashbook #6558

Merged
merged 12 commits into from
May 5, 2020

Conversation

TheBestPessimist
Copy link
Contributor

{
if (bsl.getC_BP_BankAccountTo_ID() <= 0)
{
bsl.setLink_BankStatementLine_ID(0);
}
}

@CalloutMethod(columnNames = I_C_BankStatementLine.COLUMNNAME_C_Invoice_ID)
Copy link
Member

Choose a reason for hiding this comment

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

it's OK to follow the naming convention within this class, but otherwise please prefer a method name that descripbes what the method does, rather than when it's invoked.

@metas-ts metas-ts merged commit 9fe5c35 into master May 5, 2020
@metas-ts metas-ts deleted the gh6547-cash-journal branch May 5, 2020 13:13
metas-ts pushed a commit that referenced this pull request May 6, 2020
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

2 participants