summaryrefslogtreecommitdiff
path: root/import_purchase_pricelist.ktr
diff options
context:
space:
mode:
Diffstat (limited to 'import_purchase_pricelist.ktr')
-rw-r--r--import_purchase_pricelist.ktr2
1 files changed, 1 insertions, 1 deletions
diff --git a/import_purchase_pricelist.ktr b/import_purchase_pricelist.ktr
index 2b9c883..bf19d39 100644
--- a/import_purchase_pricelist.ktr
+++ b/import_purchase_pricelist.ktr
@@ -560,7 +560,7 @@
pp.system_price, pp.system_last_update, pp.human_last_update, pp.include_price
from purchase_pricelist pp
join res_partner rp on rp.id = pp.vendor_id
---where pp.write_date >= (now() - '10 days'::interval)</sql>
+where pp.write_date >= (now() - '10 days'::interval)</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>