summaryrefslogtreecommitdiff
path: root/LedgerSMB/RP.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/RP.pm')
-rwxr-xr-xLedgerSMB/RP.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/LedgerSMB/RP.pm b/LedgerSMB/RP.pm
index e4e13f7a..861ec859 100755
--- a/LedgerSMB/RP.pm
+++ b/LedgerSMB/RP.pm
@@ -1222,7 +1222,6 @@ sub get_accounts {
my $sth = $dbh->prepare($query);
$sth->execute || $form->dberror($query);
-
while ( $ref = $sth->fetchrow_hashref(NAME_lc) ) {
$form->db_parse_numeric(sth=>$sth, hashref=>$ref);