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

SF.net SVN: ledger-smb: [688] branches/1.2/LedgerSMB/Form.pm



Revision: 688
          http://svn.sourceforge.net/ledger-smb/?rev=688&view=rev
Author:   einhverfr
Date:     2006-11-22 09:59:48 -0800 (Wed, 22 Nov 2006)

Log Message:
-----------
Fixing bug 1601187 in 1.2 branch

Modified Paths:
--------------
    branches/1.2/LedgerSMB/Form.pm

Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm	2006-11-22 16:09:49 UTC (rev 687)
+++ branches/1.2/LedgerSMB/Form.pm	2006-11-22 17:59:48 UTC (rev 688)
@@ -1643,7 +1643,7 @@
 		$sth->execute(
 			$id, $self->{shiptoname}, $self->{shiptoaddress1},
 			$self->{shiptoaddress2}, $self->{shiptocity},
-			$self->{shiptostate}, $self->{shiptostate},	
+			$self->{shiptostate}, 
 			$self->{shiptozipcode}, $self->{shiptocountry},
 			$self->{shiptocontact}, $self->{shiptophone},
 			$self->{shiptofax}, $self->{shiptoemail}


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