update complete repritn
This commit is contained in:
@@ -201,7 +201,7 @@
|
|||||||
<% if @sale.sale_status != 'void' %>
|
<% if @sale.sale_status != 'void' %>
|
||||||
<button type="button" id="void" class="btn bg-danger btn-block">VOID</button>
|
<button type="button" id="void" class="btn bg-danger btn-block">VOID</button>
|
||||||
<% end %>
|
<% end %>
|
||||||
<!-- <button type="button" id="re-print" class="btn bg-blue btn-block">Re.Print</button> -->
|
<button type="button" id="re-print" class="btn bg-blue btn-block">Re.Print</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -271,10 +271,10 @@ $('#back').on('click',function(){
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
// $('#re-print').click(function() {
|
$('#re-print').click(function() {
|
||||||
// var sale_id = $('#sale_id').val();
|
var sale_id = $('#sale_id').val();
|
||||||
// window.location.href = '/origami/'+ sale_id + "/reprint"
|
window.location.href = '/origami/'+ sale_id + "/reprint"
|
||||||
|
|
||||||
// return false;
|
return false;
|
||||||
// });
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user