From dfb18ba8e7586bf660e514a4205969fac3d5dd47 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 9 Oct 2023 15:44:45 +0700 Subject: add where --- import_account_move_line.ktr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'import_account_move_line.ktr') diff --git a/import_account_move_line.ktr b/import_account_move_line.ktr index ea96b4d..71fd501 100644 --- a/import_account_move_line.ktr +++ b/import_account_move_line.ktr @@ -892,7 +892,7 @@ select aml.* from account_move_line aml join account_move am on am.id = aml.move_id where am.move_type = 'out_invoice' ---and aml.write_date >= (now() - '5 days'::interval) +and aml.write_date >= (now() - '5 days'::interval) 0 N -- cgit v1.2.3