Skip to content

Commit

Permalink
bugfix: fixed reward period start
Browse files Browse the repository at this point in the history
  • Loading branch information
chilek committed Feb 4, 2022
1 parent dd57d95 commit 1ccda2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lms-payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ function find_nodes_for_netdev($customerid, $netdevid, &$customer_nodes, &$custo
FROM cash c
LEFT JOIN documents d ON d.id = c.docid AND d.type IN ?
WHERE c.customerid = ?
AND c.time > ? AND c.time < ?
AND c.time >= ? AND c.time < ?
ORDER BY time',
array(
$reward_penalty_deadline_grace_days,
Expand Down

0 comments on commit 1ccda2f

Please sign in to comment.