This is an automated email from the ASF dual-hosted git repository.
jleroux 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 b5a83af Improved: List and Grid (OFBIZ-11345) (#364) (#375)
b5a83af is described below
commit b5a83af913c4690c3775690ef58c5a92001650e1
Author: Pierre Smits <[email protected]>
AuthorDate: Wed Dec 1 20:54:23 2021 +0100
Improved: List and Grid (OFBIZ-11345) (#364) (#375)
Fixes a bug: in screen EditPaymentApplications, reference to form
ListPaymentsNotApplied, while the form was adjusted into a grid.
---
applications/accounting/widget/PaymentScreens.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications/accounting/widget/PaymentScreens.xml
b/applications/accounting/widget/PaymentScreens.xml
index a492c18..dd9faea 100644
--- a/applications/accounting/widget/PaymentScreens.xml
+++ b/applications/accounting/widget/PaymentScreens.xml
@@ -328,7 +328,7 @@ under the License.
<label style="h2"
text="${uiLabelMap.CommonFrom}:
${partyNameViewTo.groupName}${partyNameViewTo.lastName},${partyNameViewTo.firstName}
${partyNameViewTo.middleName}[${payment.partyIdTo}]"/>
<label style="h2"
text="${uiLabelMap.CommonTo}:
${partyNameViewFrom.groupName}${partyNameViewFrom.lastName},${partyNameViewFrom.firstName}
${partyNameViewFrom.middleName} [${payment.partyIdFrom}]"/>
</container>
- <include-form
name="ListPaymentsNotApplied"
location="component://accounting/widget/PaymentForms.xml"/>
+ <include-grid
name="ListPaymentsNotApplied"
location="component://accounting/widget/PaymentForms.xml"/>
</screenlet>
</widgets>
</section>