Code comment

This commit is contained in:
Laurent Destailleur 2021-09-18 13:25:12 +02:00
parent 2810315dc5
commit 0bf213acac

View File

@ -932,7 +932,7 @@ if ($ispaymentok) {
}
// TODO send email with acknowledgment for the donation
// (need that the donation module can gen a pdf document for the cerfa with pre filled content)
// (we need first that the donation module is able to generate a pdf document for the cerfa with pre filled content)
} elseif (array_key_exists('ATT', $tmptag) && $tmptag['ATT'] > 0) {
// Record payment for registration to an event for an attendee
include_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';