summaryrefslogtreecommitdiff
path: root/import_brand.ktr
diff options
context:
space:
mode:
Diffstat (limited to 'import_brand.ktr')
-rw-r--r--import_brand.ktr2
1 files changed, 1 insertions, 1 deletions
diff --git a/import_brand.ktr b/import_brand.ktr
index e24b1a4..cc956af 100644
--- a/import_brand.ktr
+++ b/import_brand.ktr
@@ -622,7 +622,7 @@
<sql>select id, x_name, x_manufacture_level,
(select x_name from x_manufactures xm2 where xm2.id = xm.parent_id) as parent, pricing_group
from x_manufactures xm
---where xm.write_date >= (now() - '15 days'::interval)</sql>
+where xm.write_date >= (now() - '15 days'::interval)</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>