[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6859] trunk
- Subject: SF.net SVN: ledger-smb:[6859] trunk
- From: ..hidden..
- Date: Sat, 15 Feb 2014 06:06:50 +0000
Revision: 6859
http://sourceforge.net/p/ledger-smb/code/6859
Author: einhverfr
Date: 2014-02-15 06:06:48 +0000 (Sat, 15 Feb 2014)
Log Message:
-----------
Applying patch from issue 1051
Modified Paths:
--------------
trunk/Changelog
trunk/LedgerSMB/IS.pm
Modified: trunk/Changelog
===================================================================
--- trunk/Changelog 2014-02-14 15:19:29 UTC (rev 6858)
+++ trunk/Changelog 2014-02-15 06:06:48 UTC (rev 6859)
@@ -125,7 +125,12 @@
* 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)
+Chris T is Chris Travers
+Erik H is Erik Huelsmann
+Nick P is Nick Prater
+
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: trunk/LedgerSMB/IS.pm
===================================================================
--- trunk/LedgerSMB/IS.pm 2014-02-14 15:19:29 UTC (rev 6858)
+++ trunk/LedgerSMB/IS.pm 2014-02-15 06:06:48 UTC (rev 6859)
@@ -483,7 +483,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