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:
parent
62e7a8e5e3
commit
d6cd765224
|
@ -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;
|
|
|
@ -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;
|
|
Loading…
Reference in New Issue