summaryrefslogtreecommitdiff
path: root/calculate_price_after_disc.ktr
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-09-19 15:30:03 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-09-19 15:30:03 +0700
commit16d8a013b7351e6474895a2b846bbd09596c83f6 (patch)
treec0e03496cfa1ee6c4677dfc0e57ed3297681858b /calculate_price_after_disc.ktr
parent86b41b151a3d096340bd385d86788bc4682f32c3 (diff)
fix typo
Diffstat (limited to 'calculate_price_after_disc.ktr')
-rw-r--r--calculate_price_after_disc.ktr4
1 files changed, 2 insertions, 2 deletions
diff --git a/calculate_price_after_disc.ktr b/calculate_price_after_disc.ktr
index da4eb5e..cd628d3 100644
--- a/calculate_price_after_disc.ktr
+++ b/calculate_price_after_disc.ktr
@@ -3106,7 +3106,7 @@ left join brand b on b.id = p.brand_id</sql>
<field_name>diff1_7</field_name>
<calc_type>SUBTRACT</calc_type>
<field_a>price_before_disc7</field_a>
- <field_b>price_after_disc7</field_b>
+ <field_b>price_after_disc_7</field_b>
<field_c/>
<value_type>None</value_type>
<value_length>-1</value_length>
@@ -3121,7 +3121,7 @@ left join brand b on b.id = p.brand_id</sql>
<field_name>diff1_8</field_name>
<calc_type>SUBTRACT</calc_type>
<field_a>price_before_disc8</field_a>
- <field_b>price_after_disc8</field_b>
+ <field_b>price_after_disc_8</field_b>
<field_c/>
<value_type>None</value_type>
<value_length>-1</value_length>