summaryrefslogtreecommitdiff
path: root/import_property.ktr
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-11-17 09:38:06 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-11-17 09:38:06 +0700
commitf72374b88de6647eb3be1db7b1427e8f29b5530d (patch)
treea83886c5fd8266f5bdb100dd78a3fa1c5856751b /import_property.ktr
parent6d481d4f92e157c620818c446d15f50c5edde14e (diff)
add job import payment term and property
Diffstat (limited to 'import_property.ktr')
-rw-r--r--import_property.ktr2
1 files changed, 1 insertions, 1 deletions
diff --git a/import_property.ktr b/import_property.ktr
index a7af364..518f63e 100644
--- a/import_property.ktr
+++ b/import_property.ktr
@@ -558,7 +558,7 @@
<connection>erp indoteknik production (localhost)</connection>
<sql>select * from ir_property ip
where (ip.name = 'property_supplier_payment_term_id' or ip.name = 'property_payment_term_id')
---and ip.write_date >= (now() - '5 days'::interval)</sql>
+and ip.write_date >= (now() - '5 days'::interval)</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>