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:
parent
5db00b1386
commit
6865278773
|
@ -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,
|
|
@ -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,
|
Loading…
Reference in New Issue