diff options
| -rw-r--r-- | import_industry.ktr | 2 | ||||
| -rw-r--r-- | import_partner.ktr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/import_industry.ktr b/import_industry.ktr index fdef158..0893eea 100644 --- a/import_industry.ktr +++ b/import_industry.ktr @@ -556,7 +556,7 @@ <schema_name/> </partitioning> <connection>erp indoteknik production (localhost)</connection> - <sql>select * from res_partner_industry --where write_date >= (now() - '5 days'::interval)</sql> + <sql>select * from res_partner_industry where write_date >= (now() - '5 days'::interval)</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> diff --git a/import_partner.ktr b/import_partner.ktr index f8c49be..5a53a4d 100644 --- a/import_partner.ktr +++ b/import_partner.ktr @@ -572,7 +572,7 @@ </output> </remotesteps> <GUI> - <xloc>192</xloc> + <xloc>176</xloc> <yloc>128</yloc> <draw>Y</draw> </GUI> |
