From 733226650faa42f7fda8d7f5b133750de81b0f53 Mon Sep 17 00:00:00 2001 From: Dan Dembinski Date: Tue, 18 Jan 2022 16:06:31 -0500 Subject: [PATCH] added a commented out section allowing for hardcoded invoice date --- sendEmail.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sendEmail.py b/sendEmail.py index df60be8..9d8f6a5 100644 --- a/sendEmail.py +++ b/sendEmail.py @@ -30,6 +30,7 @@ def send_email(test, record): ShippingCharges = info[16] BalanceDue = info[17] InvoiceDate = datetime.today().strftime('%m/%d/%Y') + #InvoiceDate = '11/18/2021' #shipping information