added a commented out section allowing for hardcoded invoice date
This commit is contained in:
@@ -30,6 +30,7 @@ def send_email(test, record):
|
|||||||
ShippingCharges = info[16]
|
ShippingCharges = info[16]
|
||||||
BalanceDue = info[17]
|
BalanceDue = info[17]
|
||||||
InvoiceDate = datetime.today().strftime('%m/%d/%Y')
|
InvoiceDate = datetime.today().strftime('%m/%d/%Y')
|
||||||
|
#InvoiceDate = '11/18/2021'
|
||||||
|
|
||||||
|
|
||||||
#shipping information
|
#shipping information
|
||||||
|
|||||||
Reference in New Issue
Block a user