Edit Dashboard's photo and Add Bread Crumb Name
This commit is contained in:
@@ -58,6 +58,9 @@
|
||||
</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