Skip to content

Commit

Permalink
Improved: In main accounting page, replace invoice type by descriptio…
Browse files Browse the repository at this point in the history
…n (OFBIZ-13084)

The invoice type is hardcoded in the 4 related screens in InvoiceScreens.xml by
invoiceTypeId. This replaces that by the description in InvoiceForms.xml
  • Loading branch information
JacquesLeRoux committed May 9, 2024
1 parent a73f65e commit 4ad9397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/accounting/widget/InvoiceForms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ under the License.
<parameter param-name="partyId"/>
</hyperlink>
</field>
<field name="invoiceTypeId" title="${uiLabelMap.CommonType}"><display-entity entity-name="InvoiceType"/></field>
<field name="description" sort-field="true"><display size="100"/></field>
<field name="statusId" title="${uiLabelMap.CommonStatus}"><display-entity entity-name="StatusItem"/></field>
<field name="invoiceDate"><display type="date"/></field>
<field name="dueDate"><display type="date"/></field>
Expand Down Expand Up @@ -800,7 +800,7 @@ under the License.
<parameter param-name="partyIdFrom"/>
</hyperlink>
</field>
<field name="invoiceTypeId" title="${uiLabelMap.CommonType}"><display-entity entity-name="InvoiceType"/></field>
<field name="description" sort-field="true"><display size="100"/></field>
<field name="statusId" title="${uiLabelMap.CommonStatus}"><display-entity entity-name="StatusItem"/></field>
<field name="invoiceDate"><display type="date"/></field>
<field name="dueDate"><display type="date"/></field>
Expand Down

0 comments on commit 4ad9397

Please sign in to comment.