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

SF.net SVN: ledger-smb:[5906] trunk/bin/ic.pl



Revision: 5906
          http://sourceforge.net/p/ledger-smb/code/5906
Author:   ehuelsmann
Date:     2013-07-19 20:39:09 +0000 (Fri, 19 Jul 2013)
Log Message:
-----------
Fix check for income link with assemblies.

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

Modified: trunk/bin/ic.pl
===================================================================
--- trunk/bin/ic.pl	2013-07-18 08:28:03 UTC (rev 5905)
+++ trunk/bin/ic.pl	2013-07-19 20:39:09 UTC (rev 5906)
@@ -156,7 +156,7 @@
         $form->error(
             $locale->text(
                 'Cannot create Assembly; Income account does not exist!')
-        ) if ..hidden.. $form->{IC_links}{IC_income} };
+        ) if ..hidden.. $form->{IC_links}{IC_sale} };
     }
     if ( $form->{item} eq 'labor' ) {
         $form->{readonly} = 1

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