summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-12-09 10:38:43 -0800
committerIvan Kohler <ivan@freeside.biz>2012-12-09 10:38:43 -0800
commit29a50d51e8100be4ad872104e63cc5a263b31645 (patch)
tree0b1b6606781475844e6b96dc9a77ce9b49350e02
parent146ffcd6dcd8d3e6ad51eeb532c4b88c0a367096 (diff)
create credits by selecting line items, RT#18676
-rw-r--r--FS/FS/cust_credit.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/FS/FS/cust_credit.pm b/FS/FS/cust_credit.pm
index 0251cee1d..dfe55fb63 100644
--- a/FS/FS/cust_credit.pm
+++ b/FS/FS/cust_credit.pm
@@ -869,8 +869,6 @@ sub credit_lineitems {
}
- #$return->{taxlines} = \@taxlines;
-
$dbh->commit or die $dbh->errstr if $oldAutoCommit;
'';