Fix type in window help
Reported by Offbyte in wiki manual
This commit is contained in:
parent
09660bb0da
commit
cadfadbb30
|
@ -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%';
|
|
@ -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%';
|
Loading…
Reference in New Issue