summaryrefslogtreecommitdiff
path: root/import_partner.ktr
diff options
context:
space:
mode:
Diffstat (limited to 'import_partner.ktr')
-rw-r--r--import_partner.ktr2
1 files changed, 1 insertions, 1 deletions
diff --git a/import_partner.ktr b/import_partner.ktr
index acb7c40..6c425ba 100644
--- a/import_partner.ktr
+++ b/import_partner.ktr
@@ -624,7 +624,7 @@
<schema_name/>
</partitioning>
<connection>erp indoteknik production (localhost)</connection>
- <sql>select id, name, display_name, active, email, industry_id from res_partner --where write_date >= (now() - '5 days'::interval)</sql>
+ <sql>select id, name, display_name, active, email, industry_id from res_partner where write_date >= (now() - '5 days'::interval)</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>