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

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



Revision: 5866
          http://sourceforge.net/p/ledger-smb/code/5866
Author:   einhverfr
Date:     2013-05-24 15:43:13 +0000 (Fri, 24 May 2013)
Log Message:
-----------
Merging fix from trunk, 'Orders no longer change customers when changing date'

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/bin/oe.pl

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2013-05-24 15:36:20 UTC (rev 5865)
+++ branches/1.3/Changelog	2013-05-24 15:43:13 UTC (rev 5866)
@@ -17,6 +17,7 @@
 * Fixed dropdowns not affecting date range in tax reports (Chris T, 811)
 * Added missing taxincluded handling, added script to populate (Chris T, 832)
 * Fixed code references stringified on LaTeX templates (Chris T, 843)
+* Orders no longer change customer when changing date (Chris T)
 
 Changelog for 1.3.32
 * Fixed em-dash handling for pdfs (Chris T)

Modified: branches/1.3/bin/oe.pl
===================================================================
--- branches/1.3/bin/oe.pl	2013-05-24 15:36:20 UTC (rev 5865)
+++ branches/1.3/bin/oe.pl	2013-05-24 15:43:13 UTC (rev 5866)
@@ -1029,7 +1029,6 @@
             $form->{terms} * 1 )
           : $form->{reqdate};
         $form->{oldtransdate} = $form->{transdate};
-        &rebuild_vc( $form->{vc}, $ARAP, $form->{transdate}, 1 ) if !$newname;
 
         if ( $form->{currency} ne $form->{defaultcurrency} ) {
             delete $form->{exchangerate};

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