9 lines
325 B
MySQL
9 lines
325 B
MySQL
|
-- IDEMPIERE-457 - hide tab editor for inactive tabs
|
||
|
UPDATE AD_ToolBarButton SET DisplayLogic='@IsSortTab@=N & @IsActive@=Y ',Updated=TO_TIMESTAMP('2012-11-07 14:29:45','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_ToolBarButton_ID=200068
|
||
|
|
||
|
;
|
||
|
|
||
|
SELECT register_migration_script('201211141558_IDEMPIERE-457.sql') FROM dual
|
||
|
;
|
||
|
|