diff --git a/common/components/DailyListing.php b/common/components/DailyListing.php index e59fb88..b596f59 100644 --- a/common/components/DailyListing.php +++ b/common/components/DailyListing.php @@ -276,9 +276,10 @@ class DailyListing } if ( !RoleDefinition::isAdmin() ){ - + /* if ( $this->isStartDateToEarly() ){ + $time = date( "Y-m-d H:i:s", strtotime("today -3 day") ); $start_date_condition = ['or',[ '>=', 'transfer.created_at', $time ] ,[ '>=', 'transfer.paid_at', $time] ]; @@ -286,6 +287,7 @@ class DailyListing $query->andFilterWhere( $start_date_condition ); } + */ } }