View | Details | Raw Unified | Return to bug 11603
Collapse All | Expand All

(-)a/misc/cronjobs/gather_print_notices.pl (-4 / +3 lines)
Lines 300-314 Define the output directory where the files will be generated. Link Here
300
300
301
After files have been generated, messages status is changed from 'pending' to
301
After files have been generated, messages status is changed from 'pending' to
302
'sent'. This is the default action, without this parameter or with --send.
302
'sent'. This is the default action, without this parameter or with --send.
303
Using --nosend, mesages status aren't changed.
303
Using --nosend, the message status is not changed.
304
304
305
=item B<-s|--split>
305
=item B<-s|--split>
306
306
307
Split messages into separate file by borrower home library to OUTPUT_DIRECTORY/notices-CURRENT_DATE-BRANCHCODE.[csv|html|ods]
307
Split messages into separate files by borrower home library to OUTPUT_DIRECTORY/notices-CURRENT_DATE-BRANCHCODE.[csv|html|ods]
308
308
309
=item B<--html>
309
=item B<--html>
310
310
311
Generate the print notices in a html file (default if --html, --csv and ods are not given).
311
Generate the print notices in a html file (default is --html, if --csv and --ods are not given).
312
312
313
=item B<--csv>
313
=item B<--csv>
314
314
315
- 

Return to bug 11603