mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-11 18:32:32 +01:00
Merge pull request #14986 from Dolibarr/12.0
Non admin account can create an email template for other user
This commit is contained in:
@@ -729,7 +729,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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user