Merge pull request #17 from globalqss/IDEMPIERE-4247

IDEMPIERE-4247 WTableDirEditor - missing public methods
This commit is contained in:
Diego Ruiz 2020-04-29 22:45:34 +02:00 committed by GitHub
commit 1e6a263a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -626,7 +626,7 @@ ContextMenuListener, IZoomableEditor
* Action - Special Quick Entry Screen
* @param newRecord true if new record should be created
*/
private void actionQuickEntry (boolean newRecord)
protected void actionQuickEntry (boolean newRecord)
{
if(!getComponent().isEnabled())
return;
@ -672,7 +672,7 @@ ContextMenuListener, IZoomableEditor
AEnv.showWindow(vqe);
} // actionQuickEntry
private void actionLocation() {
protected void actionLocation() {
int BPLocation_ID = 0;
Object value = getValue();
if (value instanceof Integer)