w lms.ini jest tylko wzmianka o kwocie.
analizując kod lms-cutof mam takie fragmetny kodu"
#v+
my $limit = $ini->val('cutoff', 'limit') || 0;
my $message = $ini->val('cutoff', 'message') || 'Automatic cutoff caused by exceeding of liabilities limit on %now';
my $only_due = $ini->val('cutoff', 'only_due') || '1';
my $extend_deadline = $ini->val('cutoff', 'extend_deadline') || '7';
my $excluded_customergroups = $ini->val('cutoff', 'excluded_customergroups') || '';
my $customergroups = $ini->val('cutoff', 'customergroups') || '
if ($excluded_customergroups ne '') {
$filter = $filter . " AND (SELECT count(*) FROM customerassignments
WHERE customerassignments.customerid =
customers.id
AND customerassignments.customergroupid IN ($excluded_customergroups)) = 0";
#v-
czyli mam excluded_cusotmergroups. co tu mam wpisać? nazwę grupy czy id grupy? przy id, to każdy będzie miał inne.