This commit is contained in:
Aung Myo
2018-04-07 12:43:29 +06:30
parent 38a5ec2bd4
commit 37694fd47d

View File

@@ -192,8 +192,6 @@
<button type="button" data-href="<%=origami_second_display_index_path%>" target="_blank" id="second_view" class="btn action-btn bg-blue waves-effect second_view hidden" style="height: 45px">Customer View</button>
<script>
$(".cashier_view").on('click', function() {
window.location.href = '/origami';
});