Author: surajk Date: Sat Jan 12 05:25:41 2019 New Revision: 1851130 URL: http://svn.apache.org/viewvc?rev=1851130&view=rev Log: Fixed:Invoice date is not displayed on findInvoice screen. (OFBIZ-10620) When an invoice is created, current date is set as invoice date which can be viewed on FindInvoice screen, it was not rendering due to incorrect xml tag used. Thanks Arpit Mor for reporting and Deepak Nigam for providing the patch.
Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/widget/InvoiceForms.xml Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/widget/InvoiceForms.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/widget/InvoiceForms.xml?rev=1851130&r1=1851129&r2=1851130&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/InvoiceForms.xml (original) +++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/InvoiceForms.xml Sat Jan 12 05:25:41 2019 @@ -81,7 +81,7 @@ under the License. </hyperlink> </field> <field name="invoiceTypeId" sort-field="true"><display-entity entity-name="InvoiceType"/></field> - <field name="invoiceDate" sort-field="true"><display description="${date:dateTimeString(invoiceDate, timeZone, locale)}"/></field> + <field name="invoiceDate" sort-field="true"><display type="date"/></field> <field name="statusId" title="${uiLabelMap.CommonStatus}" sort-field="true"><display-entity entity-name="StatusItem"/></field> <field name="description" sort-field="true"><display/></field> <field name="partyIdFrom" title="${uiLabelMap.AccountingFromParty}" sort-field="true">