Fixes credit note bug

This commit is contained in:
Christopher Neugebauer 2016-09-02 16:03:29 +10:00
parent 964fe380da
commit 5b03ae8ff6

View file

@ -747,6 +747,7 @@ def credit_note(request, note_id, access_code=None):
'''
note_id = int(note_id)
current_note = CreditNoteController.for_id_or_404(note_id)
apply_form = forms.ApplyCreditNoteForm(