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

(-)a/misc/maintenance/acq_cancel_obsolete_orders.pl (-1 / +20 lines)
Lines 30-35 acq_cancel_obsolete_orders.pl - Script for cancelling obsolete orders Link Here
30
    Optionally, you may pass an age in DAYS to limit the
30
    Optionally, you may pass an age in DAYS to limit the
31
    selected set to records with an older entrydate.
31
    selected set to records with an older entrydate.
32
32
33
=head1 OPTIONS
34
35
=over
36
37
=item B<-h|--help>
38
39
    Print a brief help message
40
41
=item B<-c|--confirm>
42
43
    Confirm to cancel obsolete orders. If you do not confirm, the script
44
    only counts the number of obsolete orders.
45
46
=item B<--age>
47
48
    Optional number of days. Only look at orders older than the given
49
    number.
50
51
=back
52
33
=cut
53
=cut
34
54
35
# Copyright 2024 Rijksmuseum
55
# Copyright 2024 Rijksmuseum
36
- 

Return to bug 36068