You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2010/04/08 22:01:51 UTC

svn commit: r932083 - /ofbiz/trunk/applications/accounting/widget/CommonScreens.xml

Author: erwan
Date: Thu Apr  8 20:01:51 2010
New Revision: 932083

URL: http://svn.apache.org/viewvc?rev=932083&view=rev
Log:
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"/>