|
|
@@ -2370,9 +2370,9 @@ class Member extends Component
|
|
|
|
|
|
if ($row->causal_id == $c->causal_id && !str_contains(strtolower($row->note), 'iscrizione')) {
|
|
|
$tot = sizeof(json_decode($row->when));
|
|
|
- foreach (json_decode($row->when) as $m) {
|
|
|
+ // foreach (json_decode($row->when) as $m) {
|
|
|
$price -= $row->amount / $tot;
|
|
|
- }
|
|
|
+ // }
|
|
|
}
|
|
|
}
|
|
|
}
|