Skip to content

Commit

Permalink
[IMP]add spaces before and after <=
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryoko04 authored and tslai committed Nov 4, 2020
1 parent 40e1bc4 commit a6c4437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_virtual_available_adj/views/product_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<field name="arch" type="xml">
<xpath expr="//tree" position="attributes">
<attribute name="decoration-danger">
website_sale_available_qty&lt;=0
website_sale_available_qty &lt; =0
</attribute>
</xpath>
<xpath expr="//field[@name='categ_id']" position="after">
Expand Down

0 comments on commit a6c4437

Please sign in to comment.