summaryrefslogtreecommitdiff
path: root/fracture/invoice.py
diff options
context:
space:
mode:
Diffstat (limited to 'fracture/invoice.py')
-rw-r--r--fracture/invoice.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/fracture/invoice.py b/fracture/invoice.py
index e56a44f..c03b597 100644
--- a/fracture/invoice.py
+++ b/fracture/invoice.py
@@ -164,8 +164,8 @@ class Invoice:
notes = i["notes"]
type = i["type"]
customer = Customer( i["customer-name"],
- i["customer-address"],
- i["customer-id"] )
+ i["customer-id"],
+ i["customer-address"])
if i["customer-name"] == cls.DEFAULT_CUSTOMER_DESC:
raise ValueError("Customer name not set")