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/26 14:34:33 UTC

svn commit: r938019 - /ofbiz/trunk/framework/widget/dtd/widget-form.xsd

Author: erwan
Date: Mon Apr 26 12:34:33 2010
New Revision: 938019

URL: http://svn.apache.org/viewvc?rev=938019&view=rev
Log:
Modifying the description for accounting-number, adding the mention that it's configurable

Modified:
    ofbiz/trunk/framework/widget/dtd/widget-form.xsd

Modified: ofbiz/trunk/framework/widget/dtd/widget-form.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dtd/widget-form.xsd?rev=938019&r1=938018&r2=938019&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Mon Apr 26 12:34:33 2010
@@ -668,7 +668,7 @@ under the License.
                         <xs:annotation><xs:documentation>Display the image specified in image-location</xs:documentation></xs:annotation>
                     </xs:enumeration>
                     <xs:enumeration value="accounting-number">
-                        <xs:annotation><xs:documentation>Display negatives in parentheses</xs:documentation></xs:annotation>
+                        <xs:annotation><xs:documentation>Display negatives in parentheses (configurable, see arithmetic.properties)</xs:documentation></xs:annotation>
                     </xs:enumeration>
                 </xs:restriction>
             </xs:simpleType>