BF [ 1774758 ] No default Sales Representant in request window

This commit is contained in:
deathmeat 2007-08-15 15:03:27 +00:00
parent 4edad4b032
commit 0648b4e235
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
--
-- BF [ 1774758 ] No default Sales Representant in request window
--
UPDATE AD_COLUMN
SET DefaultValue = '@#AD_User_ID@'
WHERE DefaultValue = '@AD_User_ID@' AND AD_Column_ID = 5432;
COMMIT;

View File

@ -0,0 +1,9 @@
--
-- BF [ 1774758 ] No default Sales Representant in request window
--
UPDATE AD_COLUMN
SET DefaultValue = '@#AD_User_ID@'
WHERE DefaultValue = '@AD_User_ID@' AND AD_Column_ID = 5432;
COMMIT;