IDEMPIERE-5531 : Auto save confirmation at onPrint (#1642)

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

View File

@ -3031,7 +3031,7 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
}
}
};
onSave(false, false, callback);
onSave(false, true, callback);
}
/**