Fix bug [ 1866222 ] Wrong default dictionary entry for C_CashBook.C_Currency_ID
This commit is contained in:
parent
48274366d1
commit
a151a4377a
|
@ -0,0 +1,3 @@
|
|||
-- [ 1866222 ] Wrong default dictionary entry for C_CashBook.C_Currency_ID
|
||||
UPDATE AD_COLUMN SET defaultvalue = NULL
|
||||
WHERE ad_column_id = 5521;
|
|
@ -0,0 +1,3 @@
|
|||
-- [ 1866222 ] Wrong default dictionary entry for C_CashBook.C_Currency_ID
|
||||
UPDATE AD_COLUMN SET defaultvalue = NULL
|
||||
WHERE ad_column_id = 5521;
|
Loading…
Reference in New Issue