IDEMPIERE-339 - Improve Info Product Window, fix translation
(transplanted from 6e37d3b8527e62970450c853f589dd7eb8b51edd)
This commit is contained in:
parent
71b4f04a62
commit
999f0b9972
|
@ -385,7 +385,7 @@ public class InfoProduct extends Info implements ActionListener, ChangeListener
|
|||
jTab.addTab(Msg.translate(Env.getCtx(), "Substitute_ID"), new JScrollPane(substituteTbl));
|
||||
jTab.addTab(Msg.translate(Env.getCtx(), "RelatedProduct_ID"), new JScrollPane(relatedTbl));
|
||||
jTab.addTab(Msg.getMsg(Env.getCtx(), "ATP"), new JScrollPane(m_tableAtp));
|
||||
jTab.addTab(Msg.getMsg(Env.getCtx(), "Price"), new JScrollPane(productpriceTbl));
|
||||
jTab.addTab(Msg.translate(Env.getCtx(), "Price"), new JScrollPane(productpriceTbl));
|
||||
jTab.addChangeListener(this);
|
||||
tablePanel.setPreferredSize(new Dimension(INFO_WIDTH, SCREEN_HEIGHT > 600 ? 255 : 110));
|
||||
tablePanel.add(jTab);
|
||||
|
|
Loading…
Reference in New Issue