IDEMPIERE-339 - Improve Info Product Window, fix translation

(transplanted from 6e37d3b8527e62970450c853f589dd7eb8b51edd)
This commit is contained in:
Hesham S. Ahmed 2012-07-17 12:54:44 +03:00
parent 71b4f04a62
commit 999f0b9972
1 changed files with 1 additions and 1 deletions

View File

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