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

SF.net SVN: ledger-smb:[5478] trunk/UI/Contact/divs/credit.html



Revision: 5478
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5478&view=rev
Author:   einhverfr
Date:     2013-01-04 13:30:51 +0000 (Fri, 04 Jan 2013)
Log Message:
-----------
More validation errors fixed, complex screen still does not validate.

Modified Paths:
--------------
    trunk/UI/Contact/divs/credit.html

Modified: trunk/UI/Contact/divs/credit.html
===================================================================
--- trunk/UI/Contact/divs/credit.html	2013-01-04 13:19:48 UTC (rev 5477)
+++ trunk/UI/Contact/divs/credit.html	2013-01-04 13:30:51 UTC (rev 5478)
@@ -9,8 +9,8 @@
         cl.account_class_label = text('Customer');
    END;
    cl.meta_number_href_suffix = 'account_class=' _ cl.entity_class _ 
-      '&entity_id=' _ cl.entity_id _ '&meta_number=' _ cl.meta_number _
-      '&target_div=credit_div';
+      '&entity_id=' _ cl.entity_id _ '&meta_number=' _ cl.meta_number _
+      '&target_div=credit_div';
 END;
 
 PROCESS dynatable 
@@ -18,7 +18,7 @@
       columns = [ 
         { col_id = 'account_class_label', type = 'text', name = text('Type') }
         { col_id = 'meta_number', type = 'href', name = text("Number"), 
-          href_base = "$script?action=get&" }
+          href_base = "$script?action=get&" }
         { col_id = 'description', type = 'text', name = text("Description") }
         { col_id = 'creditlimit', type = 'text', name = text('Credit Limit') }
         { col_id = 'startdate', type = 'text', name = text('Start Date') }

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