fix bug [ 1707019 ] Fixed Assets package is broking synchronize translation

better indentation
dropped the AD_Synchronize specific for Oracle for easier maintenance.
This commit is contained in:
Carlos Ruiz 2007-05-08 03:42:54 +00:00
parent 3b9a37e64b
commit c12ec7d400
2 changed files with 677 additions and 663 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,12 @@
-- only needed for oracle
UPDATE AD_PROCESS
SET classname = 'org.compiere.process.SynchronizeTerminology',
procedurename = NULL,
updated = TO_DATE ('2007-05-07 21:20:30', 'YYYY-MM-DD HH24:MI:SS'),
updatedby = 100
WHERE ad_process_id = 172;
COMMIT ;
DROP PROCEDURE Ad_Synchronize;