From e298b1a3f085c8adc88281ab17718da1aab4c0de Mon Sep 17 00:00:00 2001 From: david Date: Tue, 17 Mar 2026 12:03:21 +0100 Subject: [PATCH] . --- app/db/sql_sentences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/db/sql_sentences.py b/app/db/sql_sentences.py index 8a80fc5..65f433e 100644 --- a/app/db/sql_sentences.py +++ b/app/db/sql_sentences.py @@ -128,7 +128,7 @@ SELECT_FACTUGES_FACTURAS_CLIENTE = ( "WHERE " "(fac.VERIFACTU = 1) " "AND (fac.ID_VERIFACTU is null)" - "ORDER BY (fac.ID, facdet.POSICION)" + "ORDER BY fac.ID, facdet.POSICION" ) UPDATE_FACTUGES_LINK = (