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

SF.net SVN: ledger-smb: [1277] branches/1.2/bin/pos.pl



Revision: 1277
          http://svn.sourceforge.net/ledger-smb/?rev=1277&view=rev
Author:   einhverfr
Date:     2007-06-14 16:13:19 -0700 (Thu, 14 Jun 2007)

Log Message:
-----------
Fixing pole display support

Modified Paths:
--------------
    branches/1.2/bin/pos.pl

Modified: branches/1.2/bin/pos.pl
===================================================================
--- branches/1.2/bin/pos.pl	2007-06-14 03:59:29 UTC (rev 1276)
+++ branches/1.2/bin/pos.pl	2007-06-14 23:13:19 UTC (rev 1277)
@@ -400,7 +400,6 @@
     $form->{invtotal} = $form->{invsubtotal};
 
     $form->{taxincluded} = ( $form->{taxincluded} ) ? "checked" : "";
-
     $taxincluded = "";
     if ( $form->{taxaccounts} ) {
         $taxincluded = qq|
@@ -444,6 +443,7 @@
 	      </tr>
 |;
     }
+    on_update() if ($form->{action} eq 'update');
 
     @column_index = qw(paid memo source cctrack AR_paid);
 


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