summaryrefslogtreecommitdiff
path: root/import_account_move_line.ktr
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2024-05-08 14:49:02 +0700
committerstephanchrst <stephanchrst@gmail.com>2024-05-08 14:49:02 +0700
commitd50aa01782305691485cdf5ae06493e0d0acbf5a (patch)
treeaec46f1b21833aed105fa6808e9415097117df20 /import_account_move_line.ktr
parent0ac6c227f0fba64af0908f2df9baadc270b15d80 (diff)
change diff from 5 to 3
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 ba80dcf..205be45 100644
--- a/import_account_move_line.ktr
+++ b/import_account_move_line.ktr
@@ -893,7 +893,7 @@
join account_move am on am.id = aml.move_id
where 1=1
--and (am.move_type = 'out_invoice' or am.journal_id = 3)
-and aml.write_date >= (now() - '5 days'::interval)</sql>
+and aml.write_date >= (now() - '3 days'::interval)</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>