summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-12 19:47:03 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-12 19:47:03 +0000
commitdcc0556bd0e1db3a4fc0788f2e60b62fa0c3378d (patch)
tree7a4aa62fdf397a670c5b122829631bcba94b0d76 /scripts
parentb843dabc37251b0fe652c28e07652959736debc4 (diff)
* Correcting discount display discrepancies in multiple payment detail screen
* Merging entity_credit_account mapped functions to SVN main * Adding schema entries for entity_credit_account mappings git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2253 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'scripts')
-rw-r--r--scripts/payment.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/payment.pl b/scripts/payment.pl
index 295ad60e..6dfbed05 100644
--- a/scripts/payment.pl
+++ b/scripts/payment.pl
@@ -307,7 +307,6 @@ sub print {
}
for my $inv (1 .. $inv_count){
- print STDERR "Invoice $inv of " .$payment->{"invoice_count_$id"} . "\n";
my $invhash = {};
my $inv_id = $payment->{"invoice_${id}_$inv"};
for (qw(invnumber invdate)){