hg merge release-2.0 (merge release2 into development)

This commit is contained in:
Carlos Ruiz 2013-12-06 08:49:34 -05:00
commit 057a118dcc
2 changed files with 4 additions and 4 deletions

View File

@ -14,5 +14,5 @@ AND po.C_BPartner_ID NOT IN (
AND ppo.M_Product_ID = po.M_Product_ID
);
SELECT register_migration_script('201312051535_IDEMPIERE-337') FROM dual
;
SELECT register_migration_script('201312051535_IDEMPIERE-337.sql') FROM dual
;

View File

@ -11,5 +11,5 @@ AND po.C_BPartner_ID NOT IN (
AND ppo.M_Product_ID = po.M_Product_ID
);
SELECT register_migration_script('201312051535_IDEMPIERE-337') FROM dual
;
SELECT register_migration_script('201312051535_IDEMPIERE-337.sql') FROM dual
;