diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-03-21 13:26:30 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-03-21 13:26:30 +0700 |
| commit | c8d814c45a76758213df07a6cd27abe95d7b4920 (patch) | |
| tree | 4abcd4e2cff522d5642a85d9e94bbe3461b4fae9 | |
| parent | 777684cd8c82576b0cbb9c445ecc029e340c732c (diff) | |
bug fix error update brand vendor in purchase pricelist dw
| -rw-r--r-- | update_brand_vendor_purchase_pricelist.ktr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_brand_vendor_purchase_pricelist.ktr b/update_brand_vendor_purchase_pricelist.ktr index 5575661..2523fcc 100644 --- a/update_brand_vendor_purchase_pricelist.ktr +++ b/update_brand_vendor_purchase_pricelist.ktr @@ -619,7 +619,7 @@ group by pp.brand_id, pp.vendor_id</sql> <ignore_flag_field/> <lookup> <schema>public</schema> - <table>purchase_pricelist</table> + <table>purchase_pricelist_dw</table> <key> <name>brand_id</name> <field>brand_id</field> |
