diff --git a/f20-budget.pl b/f20-budget.pl
index 07e2898..0b0c856 100644
--- a/f20-budget.pl
+++ b/f20-budget.pl
@@ -369,7 +369,6 @@ END
my $sth5 = $dbh->prepare($sql5);
$sth5->execute;
-
my $sqlCL = qq( SELECT count(id) AS count from nonfinance where budget_id=$record->{id} AND agent_id =$record2->{id} AND kind='labour' );
my $sthCL = $dbh->prepare($sqlCL);
$sthCL->execute;
@@ -381,10 +380,7 @@ END
while (my $record5 = $sth5->fetchrow_hashref) {
print(qq(