summaryrefslogtreecommitdiff
path: root/import_account_move_line.ktr
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-10-09 14:36:54 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-10-09 14:36:54 +0700
commit80fb1114ef4f21af51e7c245f5ebd34e630d8a15 (patch)
treef668c4f53c19858b45d8c65874e146b9c8ecc20c /import_account_move_line.ktr
parent4c611d9dca3e1b5aca4d5475885373839db6b14e (diff)
import account move
Diffstat (limited to 'import_account_move_line.ktr')
-rw-r--r--import_account_move_line.ktr2
1 files changed, 1 insertions, 1 deletions
diff --git a/import_account_move_line.ktr b/import_account_move_line.ktr
index 383d05f..cae2010 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>