Log Message:

-----------
[ 1980626 ] BOM and Formula Info needs translation
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1980626&group_id=176962
This commit is contained in:
vpj-cd 2008-05-31 21:46:40 +00:00
parent 01817f66b4
commit 743c51e7be
1 changed files with 3 additions and 3 deletions

View File

@ -139,7 +139,7 @@ public class PrintBOM extends SvrProcess {
tboml.setPP_Product_BOMLine_ID(0);
tboml.setM_Product_ID(p_M_Product_ID);
tboml.setSel_Product_ID(p_M_Product_ID);
tboml.setImplotion(p_implosion);
tboml.setImplosion(p_implosion);
tboml.setLevelNo(0);
tboml.setLevels("0");
tboml.setSeqNo(0);
@ -206,7 +206,7 @@ public class PrintBOM extends SvrProcess {
tboml.setM_Product_ID(M_Product_ID);
tboml.setLevelNo(LevelNo);
tboml.setSel_Product_ID(p_M_Product_ID);
tboml.setImplotion(p_implosion);
tboml.setImplosion(p_implosion);
if (LevelNo >= 11)
tboml.setLevels(levels + ">" + LevelNo);
@ -263,7 +263,7 @@ public class PrintBOM extends SvrProcess {
tboml.setSeqNo(SeqNo);
tboml.setAD_PInstance_ID(AD_PInstance_ID);
tboml.setSel_Product_ID(p_M_Product_ID);
tboml.setImplotion(p_implosion);
tboml.setImplosion(p_implosion);
tboml.save();
component(rs.getInt(2));
}