IDEMPIERE-2967 - RV_UnPosted with M_Production hardcoded values / fix register on oracle script

This commit is contained in:
Carlos Ruiz 2015-12-13 18:03:36 -05:00
parent 9f004211d7
commit 0d1911f2c6
1 changed files with 1 additions and 1 deletions

View File

@ -94,5 +94,5 @@ as
WHERE Posted <> 'Y' AND DocStatus <> 'VO'
;
SELECT register_migration_script('201511181041_FixWrongRegister.sql') FROM dual
SELECT register_migration_script('201512091605_FixRVUnposted.sql') FROM dual
;