check changable tax on/off settings and customer tax profiles calculation
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
<% else %>
|
||||
No Tax
|
||||
<% end %></strong><br>
|
||||
<%if @sale_payment.nil? %>
|
||||
<%if @sale_payment.nil? && @changable_tax %>
|
||||
<button class="btn btn-link waves-effect bg-info change_tax">Change Tax</button>
|
||||
<% end %>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user