details: /erp/devel/pi/rev/25bc91383062 changeset: 11371:25bc91383062 user: Adrián Romero <adrianromero <at> openbravo.com> date: Fri Mar 25 13:33:01 2011 +0100 summary: Fixes issue 0016405: Error when accessing Import Taxes window using Openbravo 3 layout It has been removed the value of the field AD_PROCESS_ID of the Import taxes menu entry because is the cause that makes the 3.0 fail because already exists a correct AD_Window_ID
diffstat: src-db/database/sourcedata/AD_MENU.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diffs (11 lines): diff -r b3cd959c4012 -r 25bc91383062 src-db/database/sourcedata/AD_MENU.xml --- a/src-db/database/sourcedata/AD_MENU.xml Fri Mar 25 13:09:44 2011 +0100 +++ b/src-db/database/sourcedata/AD_MENU.xml Fri Mar 25 13:33:01 2011 +0100 @@ -4531,7 +4531,6 @@ <!--800223--> <ISSUMMARY><![CDATA[N]]></ISSUMMARY> <!--800223--> <ACTION><![CDATA[W]]></ACTION> <!--800223--> <AD_WINDOW_ID><![CDATA[800098]]></AD_WINDOW_ID> -<!--800223--> <AD_PROCESS_ID><![CDATA[800167]]></AD_PROCESS_ID> <!--800223--> <AD_MODULE_ID><![CDATA[0]]></AD_MODULE_ID> <!--800223--></AD_MENU> ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
