IDEMPIERE-5531 - In the auto save process before displaying FindWindow do not display save confirmation in spite of Automatic commit = 'N'. (#1626)

Co-authored-by: jpiere <h.hagiwara@compiere-distribution-lab.net>
This commit is contained in:
HideakiHagiwara 2023-01-15 00:15:12 +09:00 committed by GitHub
parent a28b084ee1
commit 9531b29f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2300,7 +2300,7 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
if (adTabbox.getDirtyADTabpanel() == null) {
doOnFind();
} else {
onSave(false, false, new Callback<Boolean>() {
onSave(false, true, new Callback<Boolean>() {
@Override
public void onCallback(Boolean result) {
if (result) {