Finish version/v.0.0.38#2
This commit is contained in:
commit
b646678cc6
@ -276,9 +276,10 @@ class DailyListing
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( !RoleDefinition::isAdmin() ){
|
if ( !RoleDefinition::isAdmin() ){
|
||||||
|
/*
|
||||||
if ( $this->isStartDateToEarly() ){
|
if ( $this->isStartDateToEarly() ){
|
||||||
|
|
||||||
|
|
||||||
$time = date( "Y-m-d H:i:s", strtotime("today -3 day") );
|
$time = date( "Y-m-d H:i:s", strtotime("today -3 day") );
|
||||||
|
|
||||||
$start_date_condition = ['or',[ '>=', 'transfer.created_at', $time ] ,[ '>=', 'transfer.paid_at', $time] ];
|
$start_date_condition = ['or',[ '>=', 'transfer.created_at', $time ] ,[ '>=', 'transfer.paid_at', $time] ];
|
||||||
@ -286,6 +287,7 @@ class DailyListing
|
|||||||
$query->andFilterWhere( $start_date_condition );
|
$query->andFilterWhere( $start_date_condition );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user