mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-03-18 12:10:17 +01:00
Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
b1640c215a
@ -118,7 +118,7 @@ class Query
|
||||
|
||||
// Date
|
||||
'|period_start|' => $_SESSION['period_start'],
|
||||
'|period_end|' => $_SESSION['period_end'],
|
||||
'|period_end|' => $_SESSION['period_end'].' 23:59:59',
|
||||
|
||||
// Segmenti
|
||||
'|'.$segment_filter.'|' => !empty($segment) ? ' AND '.$segment_name.' = '.prepare($segment) : '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user