diff --git a/app/views/origami/payments/show.html.erb b/app/views/origami/payments/show.html.erb
index 6cb85113..74baeca4 100755
--- a/app/views/origami/payments/show.html.erb
+++ b/app/views/origami/payments/show.html.erb
@@ -408,7 +408,7 @@
<%end %>
<% if @sale_payment.nil? %>
Void
- <% if @other_payment < 0 %>
+ <% if @other_payment <= 0 %>
<%if @sale_data.total_discount == 0 %>
Waste
Spoile
@@ -423,7 +423,7 @@
<%end %>
<% if @sale_payment.nil? %>
- <% if @other_payment < 0 %>
+ <% if @other_payment <= 0 %>
<%if @sale_data.total_discount == 0 %>