diff --git a/app/views/origami/sales/show.html.erb b/app/views/origami/sales/show.html.erb index 827c906a..0eaabce1 100755 --- a/app/views/origami/sales/show.html.erb +++ b/app/views/origami/sales/show.html.erb @@ -201,7 +201,7 @@ <% if @sale.sale_status != 'void' %> <% end %> - + @@ -271,10 +271,10 @@ $('#back').on('click',function(){ }); }); -// $('#re-print').click(function() { -// var sale_id = $('#sale_id').val(); -// window.location.href = '/origami/'+ sale_id + "/reprint" +$('#re-print').click(function() { + var sale_id = $('#sale_id').val(); + window.location.href = '/origami/'+ sale_id + "/reprint" -// return false; -// }); + return false; + });