Add Date in Cashier's Dashboard and remove no need breadcrumb

This commit is contained in:
San Wai Lwin
2018-03-15 15:27:11 +06:30
parent c62637af10
commit 808b123a91
20 changed files with 9 additions and 54 deletions

View File

@@ -139,7 +139,6 @@
<!-- Column One -->
<script>
$(document).ready(function(){
setHeaderBreadCrumb(_CASHIER_);
$(".tables").on('click', function(){
var dining_id = $(this).attr("data-id");
window.location.href = '/origami/table/' + dining_id;

View File

@@ -543,7 +543,6 @@
<script>
var cashier_type = "cashier";
$(document).ready(function () {
setHeaderBreadCrumb(_TABLE_);
/* start check first bill or not*/
var receipt_no = "";
if(($("#receipt_no").html()!=undefined) && ($("#receipt_no").html()!="")){