Bug 34569: Fix misc/cronjobs/holds/holds_reminder.pl trigger arg
authorFridolin Somers <fridolin.somers@biblibre.com>
Thu, 17 Aug 2023 20:42:31 +0000 (10:42 -1000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 1 Sep 2023 15:08:38 +0000 (12:08 -0300)
commitf4f4feb50b3d2b58b9212b692daf2c4e3e000b7d
tree4341df065e400009c4047368721125d8d990da7a
parent0710ccb606faba126acb7b7e62b2868b6a28cbb5
Bug 34569: Fix misc/cronjobs/holds/holds_reminder.pl trigger arg

misc/cronjobs/holds/holds_reminder.pl help says one can use arge -t for --triggered
But not implemented in code.
Should be like in misc/cronjobs/overdue_notices.pl :
  't|triggered'    => \$triggered,

Test plan :
Play with misc/cronjobs/holds/holds_reminder.pl with arg -t and
--trigger

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
misc/cronjobs/holds/holds_reminder.pl