Author: erwan
Date: Thu Apr 8 20:01:51 2010
New Revision: 932083
URL:
http://svn.apache.org/viewvc?rev=932083&view=revLog:
A decorator was forgotten for OFBIZ-3641. This should be the last one. Thanks Blas for noticing !
Modified:
ofbiz/trunk/applications/accounting/widget/CommonScreens.xml
Modified: ofbiz/trunk/applications/accounting/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/CommonScreens.xml?rev=932083&r1=932082&r2=932083&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/CommonScreens.xml Thu Apr 8 20:01:51 2010
@@ -285,7 +285,7 @@ under the License.
</section>
</screen>
- <screen name="CommonApInvoiceDecorator"><!-- used for invoice commission runs -->
+ <screen name="CommonInvoiceDecorator"><!-- used for invoice commission runs -->
<section>
<widgets>
<include-screen name="CommonInvoiceDecorator" location="component://accounting/widget/InvoiceScreens.xml"/>