Author: nmalin Date: Fri Feb 16 09:10:44 2018 New Revision: 1824437 URL: http://svn.apache.org/viewvc?rev=1824437&view=rev Log: Fixed: correct just a type introduce by editor auto-saving just before commit
Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlSetupForms.xml Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlSetupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlSetupForms.xml?rev=1824437&r1=1824436&r2=1824437&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlSetupForms.xml (original) +++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlSetupForms.xml Fri Feb 16 09:10:44 2018 @@ -403,7 +403,7 @@ under the License. <field name="customScreenId" sort-field="true" use-when="customScreenId == null"><display description="${uiLabelMap.CommonDefaultScreen}"/></field> <field name="fromDate" sort-field="true"><display type="date"/></field> <field name="thruDate" use-when="thruDate != null"><display type="date"/></field> - <field name="thruDate" use-when="thruDate == null"><date-time type="date"/></ field> + <field name="thruDate" use-when="thruDate == null"><date-time type="date"/></field> <field name="expire" use-when="thruDate != null"><display description="-"/></field> <field name="expire" use-when="thruDate == null"><submit/></field> </form>