From: Bill Erickson Date: Wed, 20 Mar 2019 14:30:35 +0000 (-0400) Subject: JBAS-2019 Invoice export crontab entry X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b42db35d0d50277653433c2764ef4df12674c810;p=working%2FEvergreen.git JBAS-2019 Invoice export crontab entry Signed-off-by: Bill Erickson --- 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