IDEMPIERE-23 Copy record present problem for some columns (Reversal_ID)
http://jira.idempiere.com/browse/IDEMPIERE-23
This commit is contained in:
parent
30b5264310
commit
c883af25a5
|
@ -0,0 +1,4 @@
|
||||||
|
-- new columns found to be problematic
|
||||||
|
UPDATE AD_Column SET IsAllowCopy='N' WHERE ColumnName IN (
|
||||||
|
'Reversal_ID'
|
||||||
|
);
|
|
@ -0,0 +1,4 @@
|
||||||
|
-- new columns found to be problematic
|
||||||
|
UPDATE AD_Column SET IsAllowCopy='N' WHERE ColumnName IN (
|
||||||
|
'Reversal_ID'
|
||||||
|
);
|
Loading…
Reference in New Issue