block_coupon
4.4.1 (build 2024100102)
Moodle 4.4.4.
issue with CSV upload not being processed email
Maybe this line will fix it:
blocks/coupon/classes/coupon/generator.php
// Force amount when CSV recipients.
if (!empty($options->csvrecipients)) {
$options->amount = count($options->csvrecipients);
**$options->recipients = $options->csvrecipients;**
}
block_coupon
4.4.1 (build 2024100102)
Moodle 4.4.4.
issue with CSV upload not being processed email
Maybe this line will fix it:
blocks/coupon/classes/coupon/generator.php