Skip to content

Commit

Permalink
fix: placeholder check "total_avec/sans_don"
Browse files Browse the repository at this point in the history
  • Loading branch information
sharevb committed Nov 9, 2024
1 parent f5c3120 commit d0f26c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entities/contrat/classes.php
Original file line number Diff line number Diff line change
Expand Up @@ -2276,6 +2276,8 @@ public function generateContratDoc( $date_first_distrib, $editable, $check_only
$placeholders['don_total'] = '';
$placeholders['id'] = '';
$placeholders['total'] = '';
$placeholders['total_avec_don'] = '';
$placeholders['total_sans_don'] = '';
$placeholders['adherent'] = '';
$placeholders['adherent.type'] = '';
$placeholders['adherent.pseudo'] = '';
Expand Down

0 comments on commit d0f26c2

Please sign in to comment.