mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-05 14:24:05 -04:00
Fixed Subtitle reports
This commit is contained in:
@@ -1159,7 +1159,7 @@ class Reports extends Secure_Controller
|
||||
{
|
||||
$subtitle = '';
|
||||
|
||||
if(empty($this->config->item('filter_datetime_format')))
|
||||
if(empty($this->config->item('date_or_time_format')))
|
||||
{
|
||||
$subtitle .= date($this->config->item('dateformat'), strtotime($inputs['start_date'])) . ' - ' .date($this->config->item('dateformat'), strtotime($inputs['end_date']));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user