Skip to content

Commit bc17e44

Browse files
authored
Merge pull request aleaforny#3 from nanthony21/patch-2
Fixes #2
2 parents 8e9404f + 684566c commit bc17e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invoice_generator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ class CustomField:
157157
def __init__(self, name, value):
158158
""" Object constructor """
159159
self.name = name
160-
self.quantity = value
160+
self.value = value

0 commit comments

Comments
 (0)