mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
Fix per il calcolo del summable in base al segmento
This commit is contained in:
parent
977acf65a0
commit
a13845d6e0
@ -316,6 +316,9 @@ class Query
|
|||||||
$order_by = [];
|
$order_by = [];
|
||||||
|
|
||||||
$query = $element['option'];
|
$query = $element['option'];
|
||||||
|
|
||||||
|
// Aggiunta eventuali filtri dai segmenti per eseguire la query filtrata
|
||||||
|
$query = str_replace( '1=1', '1=1 '.Modules::getAdditionalsQuery($element['attributes']['name']), $query );
|
||||||
$views = self::getViews($element);
|
$views = self::getViews($element);
|
||||||
|
|
||||||
$select = [];
|
$select = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user