Skip to content

Commit

Permalink
[FIX] sale_coupon_reward_fixed_price:fix double percentage view
Browse files Browse the repository at this point in the history
  • Loading branch information
solo4games committed Aug 30, 2023
1 parent 0c52630 commit 9dabd9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sale_coupon_reward_fixed_price/views/coupon_program_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
<xpath expr="//label[@for='discount_type']" position="attributes">
<attribute
name="attrs"
>{"invisible": [("reward_type", "in", ("product", "free_shipping", "fixed_price"))]}</attribute>
>{"invisible": [("reward_type", "in", ("product", "free_shipping", "fixed_price", "discount_line"))]}</attribute>
</xpath>
<xpath expr="//field[@name='discount_type']/.." position="attributes">
<attribute
name="attrs"
>{"invisible": [("reward_type", "in", ("product", "free_shipping", "fixed_price"))]}</attribute>
>{"invisible": [("reward_type", "in", ("product", "free_shipping", "fixed_price", "discount_line"))]}</attribute>
</xpath>
<xpath expr="//label[@for='discount_max_amount']" position="attributes">
<attribute
Expand Down

0 comments on commit 9dabd9d

Please sign in to comment.