Author: surajk
Date: Sat Jan 12 05:35:46 2019
New Revision: 1851133
URL:
http://svn.apache.org/viewvc?rev=1851133&view=revLog:
Applied fix from trunk for revision: 1851130
===
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/branches/release18.12/ (props changed)
ofbiz/ofbiz-framework/branches/release18.12/applications/accounting/widget/InvoiceForms.xml
Propchange: ofbiz/ofbiz-framework/branches/release18.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Jan 12 05:35:46 2019
@@ -10,4 +10,4 @@
/ofbiz/branches/json-integration-refactoring:1634077-1635900
/ofbiz/branches/multitenant20100310:921280-927264
/ofbiz/branches/release13.07:1547657
-/ofbiz/ofbiz-framework/trunk:1850015,1850023,1850530,1850647,1850685,1850694,1850711,1850918,1850921,1850948,1850953,1851006,1851013,1851068,1851074
+/ofbiz/ofbiz-framework/trunk:1850015,1850023,1850530,1850647,1850685,1850694,1850711,1850918,1850921,1850948,1850953,1851006,1851013,1851068,1851074,1851130
Modified: ofbiz/ofbiz-framework/branches/release18.12/applications/accounting/widget/InvoiceForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/branches/release18.12/applications/accounting/widget/InvoiceForms.xml?rev=1851133&r1=1851132&r2=1851133&view=diff==============================================================================
--- ofbiz/ofbiz-framework/branches/release18.12/applications/accounting/widget/InvoiceForms.xml (original)
+++ ofbiz/ofbiz-framework/branches/release18.12/applications/accounting/widget/InvoiceForms.xml Sat Jan 12 05:35:46 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">