Skip to content

issue with CSV upload not being processed email #30

Description

@eledia

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;**
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions