Merge branch 'adminbsb_material_ui'

This commit is contained in:
Aung Myo
2018-04-07 16:45:45 +06:30
8 changed files with 116 additions and 9 deletions

View File

@@ -193,8 +193,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';
});