summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--import_account_move.ktr2
-rw-r--r--import_account_move_line.ktr2
2 files changed, 2 insertions, 2 deletions
diff --git a/import_account_move.ktr b/import_account_move.ktr
index 68db24c..5c16c43 100644
--- a/import_account_move.ktr
+++ b/import_account_move.ktr
@@ -1009,7 +1009,7 @@
<schema_name/>
</partitioning>
<connection>erp indoteknik production (localhost)</connection>
- <sql>select * from account_move --where write_date >= (now() - '5 days'::interval)</sql>
+ <sql>select * from account_move where write_date >= (now() - '5 days'::interval)</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>
diff --git a/import_account_move_line.ktr b/import_account_move_line.ktr
index cae2010..383d05f 100644
--- a/import_account_move_line.ktr
+++ b/import_account_move_line.ktr
@@ -889,7 +889,7 @@
<schema_name/>
</partitioning>
<connection>erp indoteknik production (localhost)</connection>
- <sql>select * from account_move_line --where write_date >= (now() - '5 days'::interval)</sql>
+ <sql>select * from account_move_line where write_date >= (now() - '5 days'::interval)</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>