summaryrefslogtreecommitdiff
path: root/import_brand.ktr
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-10-01 18:18:19 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-10-01 18:18:19 +0700
commit7880be96b110b68c0c88fd7363f16a2764cd2c31 (patch)
treebdf7c913b738596c1999d7eee1245efca82d4f4e /import_brand.ktr
parent46742d881f0b2fabfbaaf5e823cea113625dbfa3 (diff)
back to original
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 122b864..1a16fb7 100644
--- a/import_brand.ktr
+++ b/import_brand.ktr
@@ -559,7 +559,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>