From 495141890f516244d7d0b756f3b37b2f2d999105 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 11 Sep 2023 18:37:05 +0700 Subject: recovery 3 --- import_pricelist.ktr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'import_pricelist.ktr') diff --git a/import_pricelist.ktr b/import_pricelist.ktr index 16fa89f..a40884a 100644 --- a/import_pricelist.ktr +++ b/import_pricelist.ktr @@ -616,7 +616,7 @@ erp indoteknik production select ppi.id, ppi.product_id, ppi.write_date, ppi.fixed_price as price from product_pricelist_item ppi where ppi.pricelist_id = 1 ---and ppi.write_date >= (now() - '5 days'::interval) +and ppi.write_date >= (now() - '5 days'::interval) 0 N -- cgit v1.2.3