Update print notice generator to use correct prod event def ID.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
EG_CONF=/openils/conf
AT_FILTERS=/openils/conf/a_t_filters/
export OSRF_LOG_CLIENT=1
-ECARD_DEF_ID=162; # TODO: Apply prod ID when available.
+ECARD_DEF_ID=161;
# Daily batched holds,collection print & phone, ecard postcards
$EG_BIN/action_trigger_runner.pl --osrf-config $SRF_CORE --run-pending --granularity Daily-Active-Print --granularity-only && ($EG_BIN/send-print-notices.pl --event-def 131 --prefix holds-available-print; $EG_BIN/send-print-notices.pl --event-def 132 --prefix collection; $EG_BIN/send-print-notices.pl --event-def $ECARD_DEF_ID --prefix ecard;)