Skip to content

Commit

Permalink
[FIX] tg_sale_commission: исправили условие для отображение кнопки вы…
Browse files Browse the repository at this point in the history
…бора агентов
  • Loading branch information
em230418 committed Dec 19, 2024
1 parent afeb2a4 commit 81936a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tg_sale_commission/views/sale_order_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</xpath>
<xpath expr="//button[@name='button_edit_agents']" position="attributes">
<attribute name="invisible">
commission_free == True or invoice_lines != [] or parent.ui_hide_commission_fields == True
commission_free == True or invoice_lines or parent.ui_hide_commission_fields == True
</attribute>
</xpath>
<xpath expr="//field[@name='commission_status']" position="attributes">
Expand Down

0 comments on commit 81936a9

Please sign in to comment.