Edit Dashboard's photo and Add Bread Crumb Name
This commit is contained in:
@@ -118,6 +118,7 @@
|
||||
<span id="cashier_type" class="hidden"><%=@cashier_type%></span>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
setHeaderBreadCrumb(_CREDIT_PAYMENTS_);
|
||||
if(localStorage.getItem("cash") == null || localStorage.getItem("cash") == 'null'){}
|
||||
else {
|
||||
$('#validamount').attr("value",parseFloat("<%= @can_credit %>") - parseFloat(localStorage.getItem("cash")));
|
||||
|
||||
Reference in New Issue
Block a user