From 686527877386fc28320bd67671b92ae2c86def2c Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Tue, 27 Jan 2009 14:49:24 +0000 Subject: [PATCH] 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 --- .../views/{RV_PP_COST_BOMLINE.sql => T_BOMLINE_COSTS.sql} | 2 +- .../views/{RV_PP_COST_BOMLINE.sql => T_BOMLINE_COSTS.sql} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename db/ddlutils/oracle/views/{RV_PP_COST_BOMLINE.sql => T_BOMLINE_COSTS.sql} (94%) rename db/ddlutils/postgresql/views/{RV_PP_COST_BOMLINE.sql => T_BOMLINE_COSTS.sql} (94%) diff --git a/db/ddlutils/oracle/views/RV_PP_COST_BOMLINE.sql b/db/ddlutils/oracle/views/T_BOMLINE_COSTS.sql similarity index 94% rename from db/ddlutils/oracle/views/RV_PP_COST_BOMLINE.sql rename to db/ddlutils/oracle/views/T_BOMLINE_COSTS.sql index 6e827f1abb..31f28bcfba 100644 --- a/db/ddlutils/oracle/views/RV_PP_COST_BOMLINE.sql +++ b/db/ddlutils/oracle/views/T_BOMLINE_COSTS.sql @@ -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, diff --git a/db/ddlutils/postgresql/views/RV_PP_COST_BOMLINE.sql b/db/ddlutils/postgresql/views/T_BOMLINE_COSTS.sql similarity index 94% rename from db/ddlutils/postgresql/views/RV_PP_COST_BOMLINE.sql rename to db/ddlutils/postgresql/views/T_BOMLINE_COSTS.sql index 6333b849b5..6413d69797 100644 --- a/db/ddlutils/postgresql/views/RV_PP_COST_BOMLINE.sql +++ b/db/ddlutils/postgresql/views/T_BOMLINE_COSTS.sql @@ -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,