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

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

Return to bug 11603