IDEMPIERE-862 Create lines from MPS Lines function is not working - wrong migration script naming

This commit is contained in:
Elaine Tan 2013-04-18 20:22:41 +08:00
parent b542f8393e
commit 583ff26cc0
2 changed files with 2 additions and 2 deletions

View File

@ -29,5 +29,5 @@ UNION
WHERE m_package.m_inout_id = iol.m_inout_id))), 0 )) <> 0
ORDER BY 1, 2, 3, 5;
SELECT register_migration_script('201304171803_IDEMPIERE-861.sql') FROM dual
SELECT register_migration_script('201304171803_IDEMPIERE-862.sql') FROM dual
;

View File

@ -29,5 +29,5 @@ UNION
WHERE m_package.m_inout_id = iol.m_inout_id))), 0 )) <> 0
ORDER BY 1, 2, 3, 5;
SELECT register_migration_script('201304171803_IDEMPIERE-861.sql') FROM dual
SELECT register_migration_script('201304171803_IDEMPIERE-862.sql') FROM dual
;