Fixes credit note bug
This commit is contained in:
parent
964fe380da
commit
5b03ae8ff6
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue