Fix type in window help

Reported by Offbyte in wiki manual
This commit is contained in:
Carlos Ruiz 2007-12-03 18:11:21 +00:00
parent 09660bb0da
commit cadfadbb30
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
UPDATE AD_WINDOW
SET HELP =
'The User Window allows you to maintain User of the system. Users can log into the system and have access to functionality via one or more roles. A user can also be a business partner contact.'
WHERE ad_window_id = 108 AND HELP LIKE '%aprtner%';

View File

@ -0,0 +1,4 @@
UPDATE AD_WINDOW
SET HELP =
'The User Window allows you to maintain User of the system. Users can log into the system and have access to functionality via one or more roles. A user can also be a business partner contact.'
WHERE ad_window_id = 108 AND HELP LIKE '%aprtner%';