Fix bug [ 1866222 ] Wrong default dictionary entry for C_CashBook.C_Currency_ID

This commit is contained in:
Carlos Ruiz 2008-01-07 23:21:28 +00:00
parent 48274366d1
commit a151a4377a
2 changed files with 6 additions and 0 deletions

View File

@ -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;

View File

@ -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;