IDEMPIERE-1265 Add Adaxa Sales Management / Summary menu not exported to trl

This commit is contained in:
Carlos Ruiz 2014-02-18 23:05:38 -05:00
parent a8f76d932b
commit 8981c65aa0
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,11 @@
SET SQLBLANKLINES ON
SET DEFINE OFF
-- Feb 18, 2014 10:57:39 PM COT
-- IDEMPIERE-1265 Add Adaxa Sales Management
UPDATE AD_Menu SET IsCentrallyMaintained='N',Updated=TO_DATE('2014-02-18 22:57:39','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Menu_ID=53363
;
SELECT register_migration_script('201402182258_IDEMPIERE-1265.sql') FROM dual
;

View File

@ -0,0 +1,8 @@
-- Feb 18, 2014 10:57:39 PM COT
-- IDEMPIERE-1265 Add Adaxa Sales Management
UPDATE AD_Menu SET IsCentrallyMaintained='N',Updated=TO_TIMESTAMP('2014-02-18 22:57:39','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Menu_ID=53363
;
SELECT register_migration_script('201402182258_IDEMPIERE-1265.sql') FROM dual
;