From 315d43c1b705a15f8dffe4343c9a16044abd51d8 Mon Sep 17 00:00:00 2001 From: Flavio Barachino Date: Tue, 21 Oct 2025 13:36:09 +0200 Subject: [PATCH] disabilitato la property $query nel model movimenti --- app/Models/Movimenti.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Models/Movimenti.php b/app/Models/Movimenti.php index 5deacec..879768a 100644 --- a/app/Models/Movimenti.php +++ b/app/Models/Movimenti.php @@ -32,7 +32,7 @@ class Movimenti extends Model 'import_hash', ]; - public static $query= 'SELECT + /* public static $query = 'SELECT a.id, a.mov_data, 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 FROM movimentis as a 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() {