From e854cce158fd490113e902c82009b240486c1cf3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 8 Oct 2020 19:23:35 +0200 Subject: [PATCH] Update element.php --- htdocs/projet/element.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php index dcdf9a24281..c513123c9bf 100644 --- a/htdocs/projet/element.php +++ b/htdocs/projet/element.php @@ -734,7 +734,7 @@ foreach ($listofreferent as $key => $value) || !empty($dates) && empty($datee) && $loanSchedule->datep >= $dates && $loanSchedule->datep <= dol_now() || empty($dates) && !empty($datee) && $loanSchedule->datep <= $datee ) { - $total_ht_by_line-= $loanSchedule->amount_capital; + $total_ht_by_line -= $loanSchedule->amount_capital; } } }