diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-05 21:56:56 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-05 21:56:56 +0700 |
| commit | 549f795bd29773ea12d976b06654a329a4847211 (patch) | |
| tree | 757060b9af7000427f4367afe82cefbd6d6a0cbe /insert_update_pricelist1.ktr | |
| parent | 7897405a3d05011898f0f49a07791aee6d954f57 (diff) | |
set computed price custom column
Diffstat (limited to 'insert_update_pricelist1.ktr')
| -rw-r--r-- | insert_update_pricelist1.ktr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/insert_update_pricelist1.ktr b/insert_update_pricelist1.ktr index 1cd5c8f..40778b0 100644 --- a/insert_update_pricelist1.ktr +++ b/insert_update_pricelist1.ktr @@ -958,6 +958,11 @@ <rename>base_pricelist_const</rename> <update>Y</update> </value> + <value> + <name>computed_price</name> + <rename>price_tier1</rename> + <update>Y</update> + </value> </lookup> <attributes/> <cluster_schema/> |
