disabilitato la property $query nel model movimenti
This commit is contained in:
parent
d1a6ed570a
commit
315d43c1b7
@ -32,7 +32,7 @@ class Movimenti extends Model
|
|||||||
'import_hash',
|
'import_hash',
|
||||||
];
|
];
|
||||||
|
|
||||||
public static $query= 'SELECT
|
/* public static $query = 'SELECT
|
||||||
a.id,
|
a.id,
|
||||||
a.mov_data,
|
a.mov_data,
|
||||||
a.mov_importo_dare,
|
a.mov_importo_dare,
|
||||||
@ -43,7 +43,7 @@ class Movimenti extends Model
|
|||||||
(SELECT Count(entity_id) as quanti FROM gen_docs WHERE entity=0 AND entity_id = a.id) as quanti
|
(SELECT Count(entity_id) as quanti FROM gen_docs WHERE entity=0 AND entity_id = a.id) as quanti
|
||||||
FROM movimentis as a
|
FROM movimentis as a
|
||||||
JOIN tags as t ON a.mov_fk_tags=t.id
|
JOIN tags as t ON a.mov_fk_tags=t.id
|
||||||
JOIN categories as c ON a.mov_fk_categoria=c.id';
|
JOIN categories as c ON a.mov_fk_categoria=c.id'; */
|
||||||
|
|
||||||
public function ContoDa()
|
public function ContoDa()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user