|
Lines 87-93
Optional parameter, number of days an items has been 'waiting' on hold
Link Here
|
| 87 |
to send a message for. If not included a notice will be sent to all |
87 |
to send a message for. If not included a notice will be sent to all |
| 88 |
patrons with waiting holds. |
88 |
patrons with waiting holds. |
| 89 |
|
89 |
|
| 90 |
=item B<-triggered> |
90 |
=item B<-t> | B<--triggered> |
| 91 |
|
91 |
|
| 92 |
Optional parameter, only send notices for holds exactly <days> waiting. |
92 |
Optional parameter, only send notices for holds exactly <days> waiting. |
| 93 |
If not included a notice will be sent to all patrons with waiting holds |
93 |
If not included a notice will be sent to all patrons with waiting holds |
|
Lines 184-190
GetOptions(
Link Here
|
| 184 |
'v' => \$verbose, |
184 |
'v' => \$verbose, |
| 185 |
'c|confirm' => \$confirm, |
185 |
'c|confirm' => \$confirm, |
| 186 |
'days=s' => \$days, |
186 |
'days=s' => \$days, |
| 187 |
'triggered' => \$triggered, |
187 |
't|triggered' => \$triggered, |
| 188 |
'lettercode=s' => \$lettercode, |
188 |
'lettercode=s' => \$lettercode, |
| 189 |
'library=s' => \@branchcodes, |
189 |
'library=s' => \@branchcodes, |
| 190 |
'date=s' => \$date_input, |
190 |
'date=s' => \$date_input, |
| 191 |
- |
|
|