details: https://code.openbravo.com/erp/devel/pi/rev/95d33cd8a05d changeset: 16767:95d33cd8a05d user: Sandra Huguet <sandra.huguet <at> openbravo.com> date: Thu May 31 12:19:52 2012 +0200 summary: Fixed bug 20593 Rename Country Region and City window
details: https://code.openbravo.com/erp/devel/pi/rev/c600bee151df changeset: 16768:c600bee151df user: Mikel Irurita <mikel.irurita <at> openbravo.com> date: Thu Jun 07 12:26:09 2012 +0200 summary: Related to issue 20593: update description diffstat: src-db/database/sourcedata/AD_MENU.xml | 4 ++-- src-db/database/sourcedata/AD_WINDOW.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diffs (28 lines): diff -r 0d52c147b39c -r c600bee151df src-db/database/sourcedata/AD_MENU.xml --- a/src-db/database/sourcedata/AD_MENU.xml Wed Jun 06 09:14:01 2012 +0200 +++ b/src-db/database/sourcedata/AD_MENU.xml Thu Jun 07 12:26:09 2012 +0200 @@ -96,8 +96,8 @@ <!--109--> <AD_CLIENT_ID><![CDATA[0]]></AD_CLIENT_ID> <!--109--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> <!--109--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> -<!--109--> <NAME><![CDATA[Country Region and City]]></NAME> -<!--109--> <DESCRIPTION><![CDATA[Define countries with regions and cities to be used in the application.]]></DESCRIPTION> +<!--109--> <NAME><![CDATA[Country and Region]]></NAME> +<!--109--> <DESCRIPTION><![CDATA[Define countries with regions to be used in the application.]]></DESCRIPTION> <!--109--> <ISSUMMARY><![CDATA[N]]></ISSUMMARY> <!--109--> <ACTION><![CDATA[W]]></ACTION> <!--109--> <AD_WINDOW_ID><![CDATA[122]]></AD_WINDOW_ID> diff -r 0d52c147b39c -r c600bee151df src-db/database/sourcedata/AD_WINDOW.xml --- a/src-db/database/sourcedata/AD_WINDOW.xml Wed Jun 06 09:14:01 2012 +0200 +++ b/src-db/database/sourcedata/AD_WINDOW.xml Thu Jun 07 12:26:09 2012 +0200 @@ -330,8 +330,8 @@ <!--122--> <AD_CLIENT_ID><![CDATA[0]]></AD_CLIENT_ID> <!--122--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> <!--122--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> -<!--122--> <NAME><![CDATA[Country Region and City]]></NAME> -<!--122--> <DESCRIPTION><![CDATA[Define countries with regions and cities to be used in the application.]]></DESCRIPTION> +<!--122--> <NAME><![CDATA[Country and Region]]></NAME> +<!--122--> <DESCRIPTION><![CDATA[Define countries with regions to be used in the application.]]></DESCRIPTION> <!--122--> <HELP><![CDATA[Countries and regions are basic settings to share within Openbravo.]]></HELP> <!--122--> <WINDOWTYPE><![CDATA[M]]></WINDOWTYPE> <!--122--> <ISSOTRX><![CDATA[Y]]></ISSOTRX> ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
