IDEMPIERE-2967 - RV_UnPosted with M_Production hardcoded values / fix register on oracle script
This commit is contained in:
parent
9f004211d7
commit
0d1911f2c6
|
@ -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
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue