This commit is contained in:
David Arranz 2026-03-17 12:03:21 +01:00
parent 9fefcd93ca
commit e298b1a3f0

View File

@ -128,7 +128,7 @@ SELECT_FACTUGES_FACTURAS_CLIENTE = (
"WHERE " "WHERE "
"(fac.VERIFACTU = 1) " "(fac.VERIFACTU = 1) "
"AND (fac.ID_VERIFACTU is null)" "AND (fac.ID_VERIFACTU is null)"
"ORDER BY (fac.ID, facdet.POSICION)" "ORDER BY fac.ID, facdet.POSICION"
) )
UPDATE_FACTUGES_LINK = ( UPDATE_FACTUGES_LINK = (