From f7a25c64b5b00ff14d7957648679e61859edfbaa Mon Sep 17 00:00:00 2001 From: Pau Navarro Date: Tue, 17 Jan 2023 10:13:41 +0100 Subject: [PATCH] format sql --- print/templates/reports/previa-label/sql/sector.sql | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/print/templates/reports/previa-label/sql/sector.sql b/print/templates/reports/previa-label/sql/sector.sql index f86f90bdc..9ddac557e 100644 --- a/print/templates/reports/previa-label/sql/sector.sql +++ b/print/templates/reports/previa-label/sql/sector.sql @@ -1,7 +1,4 @@ -SELECT - `s`.`description` -FROM - `vn`.`saleGroup` sg +SELECT `s`.`description` +FROM `vn`.`saleGroup` sg JOIN `vn`.`sector` s ON `sg`.`sectorFk` = `s`.`id` -WHERE - `sg`.`id` = ? \ No newline at end of file +WHERE `sg`.`id` = ? \ No newline at end of file