Clean strange character from script

This commit is contained in:
Carlos Ruiz 2008-03-30 20:28:03 +00:00
parent ea9b8e4be3
commit e77b466d91
1 changed files with 1 additions and 1 deletions

View File

@ -1869,7 +1869,7 @@ UPDATE AD_WINDOW
SELECT '022_BF_1746900.sql' AS Filename; SELECT '022_BF_1746900.sql' AS Filename;
-- Update help for "C_AcctSchema_Default_Copy" process -- Update help for "C_AcctSchema_Default_Copy" process
UPDATE AD_PROCESS UPDATE AD_PROCESS
SET classname = 'org.compiere.process.AcctSchemaDefaultCopy', SET classname = 'org.compiere.process.AcctSchemaDefaultCopy',
help = 'Either add missing accounts - or copy and overwrite all default accounts. If you copy and overwrite the current default values, you may have to repeat previous updates (e.g. set the bank account asset accounts, ...). If no Accounting Schema is selected all Accounting Schemas will be updated / inserted.' help = 'Either add missing accounts - or copy and overwrite all default accounts. If you copy and overwrite the current default values, you may have to repeat previous updates (e.g. set the bank account asset accounts, ...). If no Accounting Schema is selected all Accounting Schemas will be updated / inserted.'