[ 1823612 ] Product Info Screen Improvements

This commit is contained in:
Carlos Ruiz 2007-12-06 03:44:54 +00:00
parent 72675cdc04
commit 30cc2ff2f2
1 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ public final class InfoProduct extends Info implements ActionListener
ColumnInfo[] s_layoutSubstitute = new ColumnInfo[]{
new ColumnInfo(
Msg.translate(Env.getCtx(), "Value"),
"(Select Value from M_Product p where p.M_Product_ID=M_PRODUCT_SUBSTITUTERELATED_V.M_Product_ID)",
"(Select Value from M_Product p where p.M_Product_ID=M_PRODUCT_SUBSTITUTERELATED_V.Substitute_ID)",
String.class),
new ColumnInfo(Msg.translate(Env.getCtx(), "QtyAvailable"), "QtyAvailable", Double.class),
new ColumnInfo(Msg.translate(Env.getCtx(), "QtyOnHand"), "QtyOnHand", Double.class),
@ -262,7 +262,7 @@ public final class InfoProduct extends Info implements ActionListener
ColumnInfo[] s_layoutRelated = new ColumnInfo[]{
new ColumnInfo(
Msg.translate(Env.getCtx(), "Value"),
"(Select Value from M_Product p where p.M_Product_ID=M_PRODUCT_SUBSTITUTERELATED_V.M_Product_ID)",
"(Select Value from M_Product p where p.M_Product_ID=M_PRODUCT_SUBSTITUTERELATED_V.Substitute_ID)",
String.class),
new ColumnInfo(Msg.translate(Env.getCtx(), "QtyAvailable"), "QtyAvailable", Double.class),
new ColumnInfo(Msg.translate(Env.getCtx(), "QtyOnHand"), "QtyOnHand", Double.class),