[ofbiz-framework] branch release17.12 updated: Fixed: UI issue in payment lookup(OFBIZ-9476)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch release17.12 updated: Fixed: UI issue in payment lookup(OFBIZ-9476)

Pawan Verma-2
This is an automated email from the ASF dual-hosted git repository.

pawan pushed a commit to branch release17.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release17.12 by this push:
     new 5414813  Fixed: UI issue in payment lookup(OFBIZ-9476)
5414813 is described below

commit 54148134389d9627fa671c90d0c8d452a95f6c18
Author: Pawan Verma <[hidden email]>
AuthorDate: Tue Jun 2 16:37:10 2020 +0530

    Fixed: UI issue in payment lookup(OFBIZ-9476)
   
    Thanks: Pallavi for report and patch and pierre from the review.
---
 applications/accounting/widget/FieldLookupForms.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/accounting/widget/FieldLookupForms.xml b/applications/accounting/widget/FieldLookupForms.xml
index 16f0ec2..d0875c9 100644
--- a/applications/accounting/widget/FieldLookupForms.xml
+++ b/applications/accounting/widget/FieldLookupForms.xml
@@ -165,7 +165,7 @@ under the License.
         <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     
-    <form name="ListPayment" list-name="listIt" title="" paginate-target="LookupPayment"
+    <form name="ListPayment" list-name="listIt" title="" type="list" paginate-target="LookupPayment"
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
         <actions>
             <service service-name="performFind" result-map="result" result-map-list="listIt">