IDEMPIERE-3352 Enhancement of Batch Level Costing
This commit is contained in:
parent
909bbcb84f
commit
fb9db664be
|
@ -0,0 +1,8 @@
|
||||||
|
-- IDEMPIERE-3352
|
||||||
|
update ad_field set entitytype='D' where ad_field_id in (
|
||||||
|
204438
|
||||||
|
);
|
||||||
|
|
||||||
|
SELECT register_migration_script('201710312201_IDEMPIERE-3352.sql') FROM dual
|
||||||
|
;
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
-- IDEMPIERE-3352
|
||||||
|
update ad_field set entitytype='D' where ad_field_id in (
|
||||||
|
204438
|
||||||
|
);
|
||||||
|
|
||||||
|
SELECT register_migration_script('201710312201_IDEMPIERE-3352.sql') FROM dual
|
||||||
|
;
|
||||||
|
|
Loading…
Reference in New Issue