[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6432] trunk/LedgerSMB/Scripts/payment.pm
- Subject: SF.net SVN: ledger-smb:[6432] trunk/LedgerSMB/Scripts/payment.pm
- From: ..hidden..
- Date: Fri, 10 Jan 2014 10:06:22 +0000
Revision: 6432
http://sourceforge.net/p/ledger-smb/code/6432
Author: einhverfr
Date: 2014-01-10 10:06:20 +0000 (Fri, 10 Jan 2014)
Log Message:
-----------
Fix for 852, can't print checks, due to misnamed function
Modified Paths:
--------------
trunk/LedgerSMB/Scripts/payment.pm
Modified: trunk/LedgerSMB/Scripts/payment.pm
===================================================================
--- trunk/LedgerSMB/Scripts/payment.pm 2014-01-10 09:55:06 UTC (rev 6431)
+++ trunk/LedgerSMB/Scripts/payment.pm 2014-01-10 10:06:20 UTC (rev 6432)
@@ -362,7 +362,7 @@
my $id = $payment->{"contact_$line"};
next if !defined $payment->{"id_$id"};
my ($check) = $payment->call_procedure(
- procname => 'company__get_billing_info', args => [$id]
+ procname => 'company_get_billing_info', args => [$id]
);
$check->{entity_class} = $payment->{account_class};
$check->{id} = $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