diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-09 15:44:45 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-09 15:44:45 +0700 |
| commit | dfb18ba8e7586bf660e514a4205969fac3d5dd47 (patch) | |
| tree | e39867e42fe21d433a2ad18159beff6dc75a0813 | |
| parent | 008835120f6c8741cf4ea37f337d7285bac0f1a7 (diff) | |
add where
| -rw-r--r-- | import_account_move_line.ktr | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <sql>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)</sql> +and aml.write_date >= (now() - '5 days'::interval)</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> |
