IDEMPIERE-29 Improvement on full location / Thanks to Nicolas for pointing to this bug

This commit is contained in:
Carlos Ruiz 2012-09-26 10:27:51 -05:00
parent 5827730776
commit 9eb8996340
1 changed files with 1 additions and 1 deletions

View File

@ -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