diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-09-11 18:37:05 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-09-11 18:37:05 +0700 |
| commit | 495141890f516244d7d0b756f3b37b2f2d999105 (patch) | |
| tree | b5c8e39db6fd638da056a9bfeac7e633be3567fa /import_pricelist.ktr | |
| parent | 1ef99735feb84dbe33047fd54857cc4ae686f9cf (diff) | |
recovery 3
Diffstat (limited to 'import_pricelist.ktr')
| -rw-r--r-- | import_pricelist.ktr | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <connection>erp indoteknik production</connection> <sql>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)</sql> +and ppi.write_date >= (now() - '5 days'::interval)</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> |
