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

SF.net SVN: ledger-smb:[4238] branches/1.3/bin/am.pl



Revision: 4238
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4238&view=rev
Author:   einhverfr
Date:     2011-12-26 09:40:33 +0000 (Mon, 26 Dec 2011)
Log Message:
-----------
Correction to am.pl to affect field rename change for FX_loss to fxloss_accno_id

Modified Paths:
--------------
    branches/1.3/bin/am.pl

Modified: branches/1.3/bin/am.pl
===================================================================
--- branches/1.3/bin/am.pl	2011-12-25 21:58:25 UTC (rev 4237)
+++ branches/1.3/bin/am.pl	2011-12-26 09:40:33 UTC (rev 4238)
@@ -79,7 +79,8 @@
 
 my @default_others = qw(businessnumber weightunit separate_duties default_language
                         IC IC_income IC_expense 
-                        FX_gain FX_loss default_country templates curr);
+                        fxgain_accno_id fxloss_accno_id default_country 
+                        templates curr);
 
 sub save_as_new {
 

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