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

SF.net SVN: ledger-smb:[4219] branches/1.3/LedgerSMB/IR.pm



Revision: 4219
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4219&view=rev
Author:   tshvr
Date:     2011-12-15 17:32:06 +0000 (Thu, 15 Dec 2011)
Log Message:
-----------
skip invoice_tax_form if  no tax_form,minor change

Modified Paths:
--------------
    branches/1.3/LedgerSMB/IR.pm

Modified: branches/1.3/LedgerSMB/IR.pm
===================================================================
--- branches/1.3/LedgerSMB/IR.pm	2011-12-15 17:23:46 UTC (rev 4218)
+++ branches/1.3/LedgerSMB/IR.pm	2011-12-15 17:32:06 UTC (rev 4219)
@@ -333,7 +333,7 @@
 
             if($taxformfound)
             {
-             my $report=($taxformfound and $form->{"taxformcheck_$i"})?"true":"false";
+             my $report=$form->{"taxformcheck_$i"}?"true":"false";
              IR->update_invoice_tax_form($form,$dbh,$invoice_id,$report);
             }
 

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