BF [ 2530171 ] Cost BOM Multilevel report is wrong if more than two levels

https://sourceforge.net/tracker/index.php?func=detail&aid=2530171&group_id=176962&atid=879332

BF [ 2539976 ] Rename view RV_PP_Cost_BOMLine to T_BOMLine_Costs
https://sourceforge.net/tracker/index.php?func=detail&aid=2539976&group_id=176962&atid=879332
This commit is contained in:
teo_sarca 2009-01-27 14:49:24 +00:00
parent 5db00b1386
commit 6865278773
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
CREATE OR REPLACE VIEW rv_pp_cost_bomline
CREATE OR REPLACE VIEW T_BOMLINE_COSTS
AS
SELECT t.seqno, t.levelno, t.levels, t.ad_client_id,t.C_AcctSchema_ID,
t.ad_org_id, t.createdby, t.updatedby, t.updated,

View File

@ -1,4 +1,4 @@
CREATE OR REPLACE VIEW rv_pp_cost_bomline
CREATE OR REPLACE VIEW T_BOMLine_Costs
AS
SELECT t.seqno, t.levelno, t.levels, t.ad_client_id,t.C_AcctSchema_ID,
t.ad_org_id, t.createdby, t.updatedby, t.updated,