This is an automated email from the ASF dual-hosted git repository.
danwatford pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new c29732ea9b Fixed loading of the AR and AP Find Invoice screens
(OFBIZ-12711)
c29732ea9b is described below
commit c29732ea9bdd5f64a489befbb7b13a604d39a364
Author: Daniel Watford <[email protected]>
AuthorDate: Mon Nov 14 16:27:27 2022 +0000
Fixed loading of the AR and AP Find Invoice screens (OFBIZ-12711)
---
applications/accounting/widget/ap/InvoiceScreens.xml | 2 +-
applications/accounting/widget/ar/InvoiceScreens.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications/accounting/widget/ap/InvoiceScreens.xml
b/applications/accounting/widget/ap/InvoiceScreens.xml
index 9af9b2ee74..64963f28df 100644
--- a/applications/accounting/widget/ap/InvoiceScreens.xml
+++ b/applications/accounting/widget/ap/InvoiceScreens.xml
@@ -80,7 +80,7 @@ under the License.
<include-form name="FindApInvoices"
location="component://accounting/widget/ap/forms/InvoiceForms.xml"/>
</decorator-section>
<decorator-section name="search-results">
- <include-form name="ListInvoices"
location="component://accounting/widget/InvoiceForms.xml"/>
+ <include-grid name="ListInvoices"
location="component://accounting/widget/InvoiceForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
diff --git a/applications/accounting/widget/ar/InvoiceScreens.xml
b/applications/accounting/widget/ar/InvoiceScreens.xml
index bac4fbe0a5..d61e2a3e87 100644
--- a/applications/accounting/widget/ar/InvoiceScreens.xml
+++ b/applications/accounting/widget/ar/InvoiceScreens.xml
@@ -80,7 +80,7 @@ under the License.
<include-form name="FindArInvoices"
location="component://accounting/widget/ar/forms/InvoiceForms.xml"/>
</decorator-section>
<decorator-section name="search-results">
- <include-form name="ListInvoices"
location="component://accounting/widget/InvoiceForms.xml"/>
+ <include-grid name="ListInvoices"
location="component://accounting/widget/InvoiceForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>