Skip to content

Commit 104ab5c

Browse files
authored
Added memo field
Memo field mapped to "Your message to vendor" in UI
1 parent bac499a commit 104ab5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quickbooks/objects/purchaseorder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def __init__(self):
5050
self.DueDate = None
5151
self.ExchangeRate = 1
5252
self.GlobalTaxCalculation = "TaxExcluded"
53+
self.Memo = None
5354

5455
self.TxnTaxDetail = None
5556
self.VendorAddr = None

0 commit comments

Comments
 (0)