From b42db35d0d50277653433c2764ef4df12674c810 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 20 Mar 2019 10:30:35 -0400 Subject: [PATCH] JBAS-2019 Invoice export crontab entry Signed-off-by: Bill Erickson --- KCLS/utility-scripts/CRONTAB | 3 +++ 1 file changed, 3 insertions(+) diff --git a/KCLS/utility-scripts/CRONTAB b/KCLS/utility-scripts/CRONTAB index 73e185f55f..2337505dc2 100644 --- a/KCLS/utility-scripts/CRONTAB +++ b/KCLS/utility-scripts/CRONTAB @@ -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 -- 2.11.0