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: Context columns on smart browse. #34

Merged

Conversation

EdwinBetanc0urt
Copy link
Contributor

imagen

Before this changes

{
	"context_column_names": [
		"C_PaySelection_ID"
	]
}

After this changes

{
	"context_column_names": [
		"PayDate",
		"INV_IsSOTrx",
		"C_Currency_ID",
		"C_PaySelection_ID",
		"PS_C_Currency_ID"
	]
}

Additional context

fixes https://github.com/solop-develop/frontend-core/issues/2294

@yamelsenih yamelsenih merged commit 42b4f71 into adempiere:master Jun 4, 2024
1 check 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.

Selección de Pagos: Error en SB "Create From Invoice"
2 participants