details: https://code.openbravo.com/erp/devel/pi/rev/886ad864ee06 changeset: 16085:886ad864ee06 user: VĂctor Villar <victor.villar <at> openbravo.com> date: Wed Apr 04 12:10:50 2012 +0200 summary: Fixed issue 19738 : Capital leters for Stock for Open Orders report
diffstat: src-db/database/sourcedata/AD_MENU.xml | 2 +- src-db/database/sourcedata/AD_PROCESS.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diffs (24 lines): diff -r c1a581379167 -r 886ad864ee06 src-db/database/sourcedata/AD_MENU.xml --- a/src-db/database/sourcedata/AD_MENU.xml Fri Apr 13 13:41:30 2012 +0200 +++ b/src-db/database/sourcedata/AD_MENU.xml Wed Apr 04 12:10:50 2012 +0200 @@ -3995,7 +3995,7 @@ <!--800282--> <AD_CLIENT_ID><![CDATA[0]]></AD_CLIENT_ID> <!--800282--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> <!--800282--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> -<!--800282--> <NAME><![CDATA[Stock for open orders]]></NAME> +<!--800282--> <NAME><![CDATA[Stock for Open Orders]]></NAME> <!--800282--> <DESCRIPTION><![CDATA[Show the lines of the pending orders with the actual stock of each product.]]></DESCRIPTION> <!--800282--> <ISSUMMARY><![CDATA[N]]></ISSUMMARY> <!--800282--> <ACTION><![CDATA[R]]></ACTION> diff -r c1a581379167 -r 886ad864ee06 src-db/database/sourcedata/AD_PROCESS.xml --- a/src-db/database/sourcedata/AD_PROCESS.xml Fri Apr 13 13:41:30 2012 +0200 +++ b/src-db/database/sourcedata/AD_PROCESS.xml Wed Apr 04 12:10:50 2012 +0200 @@ -4800,7 +4800,7 @@ <!--800198--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> <!--800198--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--800198--> <VALUE><![CDATA[RV_ReportPendingProductionJr]]></VALUE> -<!--800198--> <NAME><![CDATA[Stock for open orders]]></NAME> +<!--800198--> <NAME><![CDATA[Stock for Open Orders]]></NAME> <!--800198--> <DESCRIPTION><![CDATA[Show the lines of the pending orders with the actual stock of each product.]]></DESCRIPTION> <!--800198--> <HELP><![CDATA[Show the lines of the pending orders with the actual stock of each product.]]></HELP> <!--800198--> <ACCESSLEVEL><![CDATA[3]]></ACCESSLEVEL> ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
