summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-10-10 09:04:17 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-10-10 09:04:17 +0700
commit9efd9b62bb83edc6fa500a63fa181d3ab49a7dad (patch)
treefc72a56a0d6db685741b74361183e1a6b98f9c93
parent18892f264ef4e73b89efcf122ef70e6d61f56840 (diff)
fix typo
-rw-r--r--import_odoo_14_to_data_warehouse.ktr2
1 files changed, 1 insertions, 1 deletions
diff --git a/import_odoo_14_to_data_warehouse.ktr b/import_odoo_14_to_data_warehouse.ktr
index cf3cc07..182a3d1 100644
--- a/import_odoo_14_to_data_warehouse.ktr
+++ b/import_odoo_14_to_data_warehouse.ktr
@@ -733,7 +733,7 @@
to_char(m.invoice_date::timestamp with time zone, 'MM'::text) AS month,
mf.name AS brand,
p.name AS product,
- p.item_code,
+ p.item_code as default_code,
ml.quantity,
ml.price_unit,
ml.price_subtotal,