Skip to content

Commit

Permalink
Fixed: Marketing-Main page (OFBIZ-13054) (#785)
Browse files Browse the repository at this point in the history
Fixes typos found in trunk demo error.log
  • Loading branch information
JacquesLeRoux committed Jun 15, 2024
1 parent c8cc30b commit 3e256b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions applications/marketing/widget/MarketingCampaignForms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ under the License.
</hyperlink>
</field>
<field name="statusId" title="${uiLabelMap.CommonStatus}"><display-entity entity-name="StatusItem"/></field>
<field name="budgetedCost" widget-area-style="align-right" title-area-style="align-right">><display description="${budgetedCost} ${currency.abbreviation}"/></field>
<field name="fromDate" title-="${uiLabelMap.CommonFrom}"><display type="date"/></field>
<field name="thruDate" title-="${uiLabelMap.CommonThru}"><display type="date"/></field>
<field name="budgetedCost" widget-area-style="align-right" title-area-style="align-right"><display description="${budgetedCost} ${currency.abbreviation}"/></field>
<field name="fromDate" title="${uiLabelMap.CommonFrom}"><display type="date"/></field>
<field name="thruDate" title="${uiLabelMap.CommonThru}"><display type="date"/></field>
<field name="parentCampaignId" title="${uiLabelMap.CommonParent}">
<display-entity entity-name="MarketingCampaign" key-field-name="marketingCampaignId" description="${marketingCampaignId} - ${campaignName}"/>
</field>
Expand Down

0 comments on commit 3e256b2

Please sign in to comment.