| Product Name | <%= @commission.menu_item.name rescue '-' %> |
|---|---|
| Amount | <%= @commission.amount %> |
| Commission Type | <%= @commission.commission_type %> |
| Active | <%= @commission.is_active %> |
<%= link_to t("views.btn.edit"), edit_settings_commission_path(@commission), class: 'btn btn-info btn-sm waves-effect' %>
Are you sure you want to delete this row ?This action can't be undo. |
|