Add Date in Cashier's Dashboard and remove no need breadcrumb
This commit is contained in:
@@ -58,9 +58,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
setHeaderBreadCrumb(_CLOSE_CASHIER_);
|
||||
});
|
||||
$('#close_cashier').on('click',function(){
|
||||
var amount = $('#closing_balance_amount').val();
|
||||
var shift_id = "<%= @shift.id rescue ""%>"
|
||||
|
||||
Reference in New Issue
Block a user