Skip to content

Commit 6a9e892

Browse files
Fixing Logging Notes Only
1 parent d2adb0f commit 6a9e892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ function getFormDetails(){
156156
tapeNum = $('#tape-num').val();
157157
initials = $('#initials').val();
158158
qcNotes = $('#qc-notes').val();
159-
needsReview = $('#needs-review').is(":checked");
160-
notesOnly = $('#notes-only').is(":checked");
159+
needsReview = $('#needs-review').val();
160+
notesOnly = $('#notes-only').val();
161161
billingNotes = $('#billing-notes').val();
162162

163163
}

0 commit comments

Comments
 (0)