JBAS-2019 Invoice export crontab entry
authorBill Erickson <berickxx@gmail.com>
Wed, 20 Mar 2019 14:30:35 +0000 (10:30 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:51:45 +0000 (15:51 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/utility-scripts/CRONTAB

index 73e185f..2337505 100644 (file)
@@ -52,6 +52,9 @@ BACKSTAGE_PASSWORD = BSPASS
 # hold notices
 5 0 * * * . ~/.bashrc && cd $SCRIPT_DIR/overdue/ && ./run_holds.sh
 
+# Send invoice export data to prod depot
+# 0 2 * * *  . ~/.bashrc && cd $SCRIPT_DIR/export_invoices && ./export_invoices.sh
+
 # overdues and predues notices
 5 2 * * * . ~/.bashrc && cd $SCRIPT_DIR/overdue/ && ./run_overdues.sh