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

SF.net SVN: ledger-smb:[6861] branches/1.3



Revision: 6861
          http://sourceforge.net/p/ledger-smb/code/6861
Author:   einhverfr
Date:     2014-02-15 06:11:02 +0000 (Sat, 15 Feb 2014)
Log Message:
-----------
changelog updates, and patch from 1051

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/LedgerSMB/IS.pm

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2014-02-15 06:09:17 UTC (rev 6860)
+++ branches/1.3/Changelog	2014-02-15 06:11:02 UTC (rev 6861)
@@ -20,7 +20,14 @@
 * Fixed useless buttons on credit div when no account active (Chris T, 1001)
 * Backported requires() and requires_series() APIs from 1.4 (Chris T)
 * Updated INSTALL to reflect better instructions for Apache 2.4 (Chris T)
+* Fixed printed invoice not matching posted when 0 manual tax (Nick P, 1051)
+* Updated Hungarian translation (P. Isvan)
 
+Chris T is Chris Travers
+Erik H is Erik Huelsmann
+Nick P is Nick Prater
+P. Isvan is Pongracz Istvan
+
 Changelog for 1.3.37
 * 1.3-1.2 downgrade now drops extensions (Chris T, 943)
 * Fixed db names with spaces not supported (Chris T, 946)

Modified: branches/1.3/LedgerSMB/IS.pm
===================================================================
--- branches/1.3/LedgerSMB/IS.pm	2014-02-15 06:09:17 UTC (rev 6860)
+++ branches/1.3/LedgerSMB/IS.pm	2014-02-15 06:11:02 UTC (rev 6861)
@@ -468,7 +468,7 @@
 
             foreach my $item (@taxaccounts) {
                 push @taxrates, 100 * $item->rate;
-                if ($form->{"mt_amount_" . $item->account}){
+                if (defined $form->{"mt_amount_" . $item->account}){
                     $taxaccounts{ $item->account } += $form->{"mt_amount_" . $item->account};
                     next;
                 }

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


------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits