Add multiple photo upload

This commit is contained in:
San Wai Lwin
2018-03-19 18:35:59 +06:30
36 changed files with 391 additions and 93 deletions

View File

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