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

SF.net SVN: ledger-smb:[2503] trunk/bin/am.pl



Revision: 2503
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2503&view=rev
Author:   einhverfr
Date:     2009-03-16 20:14:13 +0000 (Mon, 16 Mar 2009)

Log Message:
-----------
Correcting error on saving gl charts.

Modified Paths:
--------------
    trunk/bin/am.pl

Modified: trunk/bin/am.pl
===================================================================
--- trunk/bin/am.pl	2009-03-16 16:54:15 UTC (rev 2502)
+++ trunk/bin/am.pl	2009-03-16 20:14:13 UTC (rev 2503)
@@ -131,7 +131,7 @@
     # type=submit $locale->text('Edit Account')
 
     $hiddens->{type} = 'account';
-    $hiddens->{$_} eq $form->{$_} foreach qw(id inventory_accno_id income_accno_id expense_accno_id fxgain_accno_id fxloss_accno_id);
+    $hiddens->{$_} = $form->{$_} foreach qw(id inventory_accno_id income_accno_id expense_accno_id fxgain_accno_id fxloss_accno_id);
 
     \%checked;
 }


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