IDEMPIERE-23 Copy record present problem for some columns (Reversal_ID)

http://jira.idempiere.com/browse/IDEMPIERE-23
This commit is contained in:
Carlos Ruiz 2012-01-06 22:24:38 -05:00
parent 30b5264310
commit c883af25a5
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
-- new columns found to be problematic
UPDATE AD_Column SET IsAllowCopy='N' WHERE ColumnName IN (
'Reversal_ID'
);

View File

@ -0,0 +1,4 @@
-- new columns found to be problematic
UPDATE AD_Column SET IsAllowCopy='N' WHERE ColumnName IN (
'Reversal_ID'
);