diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-09-11 15:19:28 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-09-11 15:19:28 +0700 |
| commit | 1ef99735feb84dbe33047fd54857cc4ae686f9cf (patch) | |
| tree | cc78e76b497e1a7bd3963c4e67f1c386a43c0345 /import_purchase_order.ktr | |
| parent | 0647074f2340c2c1e2c052a7db029067e05efad6 (diff) | |
recovery data
Diffstat (limited to 'import_purchase_order.ktr')
| -rw-r--r-- | import_purchase_order.ktr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import_purchase_order.ktr b/import_purchase_order.ktr index ee85cad..03bdb75 100644 --- a/import_purchase_order.ktr +++ b/import_purchase_order.ktr @@ -680,7 +680,7 @@ get_quarter(to_char(pol.write_date::timestamp with time zone, 'MM'::text)) from purchase_order po join res_partner rp on rp.id = po.partner_id join purchase_order_line pol on pol.order_id = po.id -where pol.write_date >= (now() - '5 days'::interval)</sql> +--where pol.write_date >= (now() - '5 days'::interval)</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> |
