summaryrefslogtreecommitdiff
path: root/import_account_move.ktr
diff options
context:
space:
mode:
Diffstat (limited to 'import_account_move.ktr')
-rw-r--r--import_account_move.ktr4
1 files changed, 2 insertions, 2 deletions
diff --git a/import_account_move.ktr b/import_account_move.ktr
index b7155fb..a9b4ffe 100644
--- a/import_account_move.ktr
+++ b/import_account_move.ktr
@@ -1010,8 +1010,8 @@
</partitioning>
<connection>erp indoteknik production (localhost)</connection>
<sql>select am.* from account_move am
-where am.move_type = 'out_invoice'
-and am.write_date >= (now() - '5 days'::interval)</sql>
+where (am.move_type = 'out_invoice' or journal_id = 3)
+--and am.write_date >= (now() - '5 days'::interval)</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>