diff --git a/app/views/origami/pending_order/completed_sale.html.erb b/app/views/origami/pending_order/completed_sale.html.erb
index 3e6f1ad8..9b050743 100644
--- a/app/views/origami/pending_order/completed_sale.html.erb
+++ b/app/views/origami/pending_order/completed_sale.html.erb
@@ -180,7 +180,9 @@
Re.Print
<% else %>
-
+ <% if @sale.payment_status != 'foc' %>
+
+ <% end %>
<% end %>
<% end %>
diff --git a/app/views/origami/sales/show.html.erb b/app/views/origami/sales/show.html.erb
index 5825871f..9e84dfe3 100755
--- a/app/views/origami/sales/show.html.erb
+++ b/app/views/origami/sales/show.html.erb
@@ -262,7 +262,9 @@
<% end %>
Re.Print
<% else %>
-
+ <% if @sale.payment_status != 'foc' %>
+
+ <% end %>
<% end %>
<% end %>