remove temporarly 3 days check from daily listing

This commit is contained in:
Roland Schneider 2016-02-20 11:04:03 +01:00
parent a36da9a3c9
commit 462e93c740

View File

@ -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 );
}
*/
}
}