[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[5375] trunk/UI/Reports/filters



Revision: 5375
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5375&view=rev
Author:   einhverfr
Date:     2012-12-18 06:00:22 +0000 (Tue, 18 Dec 2012)
Log Message:
-----------
fixing ar/ap invoice filter screen not passing name on

Modified Paths:
--------------
    trunk/UI/Reports/filters/invoice_outstanding.html
    trunk/UI/Reports/filters/invoice_search.html

Modified: trunk/UI/Reports/filters/invoice_outstanding.html
===================================================================
--- trunk/UI/Reports/filters/invoice_outstanding.html	2012-12-17 15:44:19 UTC (rev 5374)
+++ trunk/UI/Reports/filters/invoice_outstanding.html	2012-12-18 06:00:22 UTC (rev 5375)
@@ -42,8 +42,8 @@
 <tr id="name-row">
   <th><?lsmb NAME ?></th>
   <td><?lsmb PROCESS input element_data = {
-           name = "name"
-          value = name
+           name = "entity_name"
+          value = entity_name
            type = "text"
            size = "32"
           class = "name"

Modified: trunk/UI/Reports/filters/invoice_search.html
===================================================================
--- trunk/UI/Reports/filters/invoice_search.html	2012-12-17 15:44:19 UTC (rev 5374)
+++ trunk/UI/Reports/filters/invoice_search.html	2012-12-18 06:00:22 UTC (rev 5375)
@@ -38,8 +38,8 @@
 <tr id="name-row">
   <th><?lsmb NAME ?></th>
   <td><?lsmb PROCESS input element_data = {
-           name = "name"
-          value = name
+           name = "entity_name"
+          value = entity_name
            type = "text"
            size = "32"
           class = "name"

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.