BF [1774758] No default Sales Representant in request window - restoring original fix
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=1774758
This commit is contained in:
parent
4c273c2f3d
commit
cd0f667107
|
@ -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;
|
|
@ -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;
|
Loading…
Reference in New Issue