Revert revision 2367.

* The ID in the update is for customized tables, the update can damage customizations on other implementations
* The R_IssueSource table doesn't look like official Adempiere table
More discussion in the tracker:
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1716528&group_id=176962
This commit is contained in:
Carlos Ruiz 2007-05-10 16:13:28 +00:00
parent 62e7a8e5e3
commit d6cd765224
2 changed files with 0 additions and 20 deletions

View File

@ -1,10 +0,0 @@
--Fixed bug report [ 1716528 ] R_IssueSource not a System table.
--https://sourceforge.net/tracker/index.php?func=detail&aid=1716528&group_id=176962&atid=879332
update ad_table
set entitytype = 'D',
tablename = 'R_IssueSource',
name = 'R_IssueSource'
where ad_table_id = 1000006;
commit;

View File

@ -1,10 +0,0 @@
--Fixed bug report [ 1716528 ] R_IssueSource not a System table.
--https://sourceforge.net/tracker/index.php?func=detail&aid=1716528&group_id=176962&atid=879332
update ad_table
set entitytype = 'D',
tablename = 'R_IssueSource',
name = 'R_IssueSource'
where ad_table_id = 1000006;
commit;