diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-09 14:36:54 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-09 14:36:54 +0700 |
| commit | 80fb1114ef4f21af51e7c245f5ebd34e630d8a15 (patch) | |
| tree | f668c4f53c19858b45d8c65874e146b9c8ecc20c /import_account_move_line.ktr | |
| parent | 4c611d9dca3e1b5aca4d5475885373839db6b14e (diff) | |
import account move
Diffstat (limited to 'import_account_move_line.ktr')
| -rw-r--r-- | import_account_move_line.ktr | 2 |
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> |
