Author: apatel
Date: Wed Aug 12 15:33:18 2009
New Revision: 803557
URL:
http://svn.apache.org/viewvc?rev=803557&view=revLog:
1) All columns with the exception of the first one have double-quotes around the text and the number fields.
Status : Resolved
2) I also noticed that the column headers (labels) are not matching the data after Column N.
Status : Resolved
Modified:
ofbiz/trunk/applications/accounting/widget/GlForms.xml
ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl
Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlForms.xml?rev=803557&r1=803556&r2=803557&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Wed Aug 12 15:33:18 2009
@@ -947,12 +947,11 @@
<field name="workEffortId"><display/></field>
<field name="shipmentId"><display/></field>
<field name="partyId"><display/></field>
- <field name="quot17" title="""><display/></field>
<field name="productId"><display/></field>
<field name="isPosted"><display/></field>
<field name="postedDate"><display/></field>
<field name="debitCreditFlag"><display/></field>
- <field name="amount"><display currency="${currencyUomId}"/></field>
+ <field name="amount"><display/></field>
</form>
<form name="AcctgTransSearchResultsCsv" type="list" title="List Accounting Transactions" list-name="acctgTransList" view-size="1000">
Modified: ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl?rev=803557&r1=803556&r2=803557&view=diff==============================================================================
--- ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl Wed Aug 12 15:33:18 2009
@@ -17,7 +17,7 @@
under the License.
-->
-<#macro renderField text><#if text?exists>"${text}"</#if></#macro>
+<#macro renderField text><#if text?exists>${text}</#if></#macro>
<#macro renderDisplayField idName description class alert inPlaceEditorId="" inPlaceEditorUrl="" inPlaceEditorParams="">
<@renderField description />, <#rt/>
@@ -116,4 +116,4 @@
<#macro renderSortField style title linkUrl ajaxEnabled></#macro>
<#macro formatBoundaryComment boundaryType widgetType widgetName></#macro>
<#macro makeHiddenFormLinkAnchor linkStyle hiddenFormName event action imgSrc description><@renderField description /></#macro>
-<#macro makeHyperlinkString linkStyle hiddenFormName event action imgSrc linkUrl targetWindow description><@renderField description /></#macro>
\ No newline at end of file
+<#macro makeHyperlinkString linkStyle hiddenFormName event action imgSrc linkUrl targetWindow description><@renderField description /></#macro>