diff --git a/app/views/origami/cash_ins/new.html.erb b/app/views/origami/cash_ins/new.html.erb index 41330fc5..efc8a22b 100644 --- a/app/views/origami/cash_ins/new.html.erb +++ b/app/views/origami/cash_ins/new.html.erb @@ -24,7 +24,6 @@ - Reference Number @@ -36,8 +35,6 @@ - -
diff --git a/app/views/origami/shifts/new.html.erb b/app/views/origami/shifts/new.html.erb index 83f4df55..8d3ca457 100644 --- a/app/views/origami/shifts/new.html.erb +++ b/app/views/origami/shifts/new.html.erb @@ -82,7 +82,7 @@ $(document).on('focusout', '.float-value', function(event){ } break; case 'clr': - $('#cash').text("0"); + $('#'+float_value).val("0"); break; case 'ent': var sum = 0