[ofbiz-framework] branch trunk 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 trunk 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 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 c9b7c57  Fixed: UI issue in payment lookup(OFBIZ-9476)
c9b7c57 is described below

commit c9b7c576a9b68e811d62f1d832a0ae1791b163cf
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 c8be1a6..f1a5f98 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">