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

SF.net SVN: ledger-smb:[5172] branches/1.3



Revision: 5172
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5172&view=rev
Author:   einhverfr
Date:     2012-11-09 08:34:41 +0000 (Fri, 09 Nov 2012)
Log Message:
-----------
Removing unused field in contact form

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/UI/Contact/contact.html

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2012-11-09 08:10:39 UTC (rev 5171)
+++ branches/1.3/Changelog	2012-11-09 08:34:41 UTC (rev 5172)
@@ -12,9 +12,11 @@
 * Fixed framework for printing parts tumbnails in invoices (Chris T)
 * Upgrade now handles nulls in model field of makemodel (Chris T)
 * Fixed issue with comment in account.sql (Chris T)
+* Removed unused Subcontractor GIFI field (Chris T, h/t Erik H)
 
-berend T is Berend Tober
+Berend T is Berend Tober
 Chris T is Chris Travers
+Erik H is Erik Huelsmann
 Havard S is Havard Sorli
 Kevin B is Kevin Bailey
 Neil S is Neil Smith

Modified: branches/1.3/UI/Contact/contact.html
===================================================================
--- branches/1.3/UI/Contact/contact.html	2012-11-09 08:10:39 UTC (rev 5171)
+++ branches/1.3/UI/Contact/contact.html	2012-11-09 08:34:41 UTC (rev 5172)
@@ -529,15 +529,6 @@
 			maxlength = 3
 		} ?> <?lsmb text('days') ?>
             </td>
-            <td>
-		<?lsmb INCLUDE input element_data = {
-			label = text('Subcontract GIFI'),
-			name = "gifi_accno",
-			value = gifi_accno,
-			type = "text",
-			size = "19"
-		} #' ?>
-            </td>
         </tr>
         <tr id="account-link-row">
            <td> <?lsmb INCLUDE select element_data = {

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