calculate induties in bill
This commit is contained in:
@@ -887,8 +887,11 @@ $(function() {
|
||||
e.preventDefault();
|
||||
$("#oqs_loading_wrapper").show();
|
||||
var cashier_type = $("#link_type").val();
|
||||
localStorage.setItem('cashier_type',cashier_type);
|
||||
quick_service = window.location.href.indexOf("quick_service");
|
||||
localStorage.setItem('quick_service',quick_service);
|
||||
food_court = window.location.href.indexOf("food_court");
|
||||
localStorage.setItem('food_court',food_court);
|
||||
if (quick_service != -1 || food_court != -1) {
|
||||
type = cashier_type;
|
||||
var table_type = $('#table_type').text();
|
||||
|
||||
@@ -78,8 +78,8 @@
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.show_all_commissioner_card{
|
||||
min-height: 805px;
|
||||
max-height: 805px;
|
||||
min-height: 830px;
|
||||
max-height: 830px;
|
||||
overflow: scroll;
|
||||
}
|
||||
.sweet-alert p {
|
||||
@@ -89,4 +89,8 @@
|
||||
.sweet-alert {
|
||||
top :0;
|
||||
margin-top: 20px !important;
|
||||
}
|
||||
.add_to_charges{
|
||||
width:100%;
|
||||
padding:1rem;
|
||||
}
|
||||
Reference in New Issue
Block a user