IDEMPIERE-29 Improvement on full location / Thanks to Nicolas for pointing to this bug
This commit is contained in:
parent
5827730776
commit
9eb8996340
|
@ -1308,7 +1308,7 @@ public class VLookup extends JComponent
|
|||
MBPartnerLocation bpl = new MBPartnerLocation(Env.getCtx(), BPLocation_ID, null);
|
||||
MLocation location= new MLocation(Env.getCtx(), bpl.getC_Location_ID(), null);
|
||||
|
||||
VLocationDialog ld = new VLocationDialog(AEnv.getFrame(this), Msg.getMsg(Env.getCtx(), "C_Location_ID"), location);
|
||||
VLocationDialog ld = new VLocationDialog(AEnv.getFrame(this), Msg.getMsg(Env.getCtx(), "Location"), location);
|
||||
ld.setVisible(true);
|
||||
}
|
||||
} // actionBPartner
|
||||
|
|
Loading…
Reference in New Issue