Skip to content

Commit 0102e5d

Browse files
committed
Fix validation bug in paymentNotes
1 parent c41f36a commit 0102e5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/collections/paymentNotes.coffee

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,4 @@ exports.savePaymentNote = (paymentNote, callback) ->
2727
'memberPaymentId', callback
2828
unless paymentNote.note
2929
return @reject 'You must provide a note.', 'note', callback
30-
unless paymentNote.description
31-
return @reject 'You must provide a description.', 'description', callback
3230
@saveItem paymentNote, callback

0 commit comments

Comments
 (0)