[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6461] trunk/LedgerSMB/Report/Invoices/Outstanding. pm
- Subject: SF.net SVN: ledger-smb:[6461] trunk/LedgerSMB/Report/Invoices/Outstanding. pm
- From: ..hidden..
- Date: Wed, 15 Jan 2014 02:52:35 +0000
Revision: 6461
http://sourceforge.net/p/ledger-smb/code/6461
Author: einhverfr
Date: 2014-01-15 02:52:34 +0000 (Wed, 15 Jan 2014)
Log Message:
-----------
Fixing 942, incorrect ar/ap links in outstanding report
Modified Paths:
--------------
trunk/LedgerSMB/Report/Invoices/Outstanding.pm
Modified: trunk/LedgerSMB/Report/Invoices/Outstanding.pm
===================================================================
--- trunk/LedgerSMB/Report/Invoices/Outstanding.pm 2014-01-14 11:15:43 UTC (rev 6460)
+++ trunk/LedgerSMB/Report/Invoices/Outstanding.pm 2014-01-15 02:52:34 UTC (rev 6461)
@@ -316,9 +316,9 @@
for my $r(@rows){
my $script;
if ($self->entity_class == 2) {
- $script = ($r->{invoice}) ? 'is.pl' : 'aa.pl';
+ $script = ($r->{invoice}) ? 'is.pl' : 'ar.pl';
} else {
- $script = ($r->{invoice}) ? 'ir.pl' : 'aa.pl';
+ $script = ($r->{invoice}) ? 'ir.pl' : 'ap.pl';
}
#tshvr4 avoid 'Use of uninitialized value in concatenation (.) or string at LedgerSMB/Report/Invoices/Outstanding.pm'
if($r->{id}){
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits