|
Lines 150-156
example, supplying both --added_before and --type specifies that the
Link Here
|
| 150 |
accountline must meet both conditions to be selected for writeoff. |
150 |
accountline must meet both conditions to be selected for writeoff. |
| 151 |
|
151 |
|
| 152 |
You must pass at least one of the filtering options for the script to run. |
152 |
You must pass at least one of the filtering options for the script to run. |
| 153 |
This is to prevent an accidental 'writeoff all' operation. |
153 |
This is to prevent an accidental 'writeoff all' operation. Please note that |
|
|
154 |
--category-code must be accompanied by another filter - the script will not |
| 155 |
run if this is the only filter provided. |
| 154 |
|
156 |
|
| 155 |
=head1 OPTIONS |
157 |
=head1 OPTIONS |
| 156 |
|
158 |
|
|
Lines 180-185
Writeoff debts for patrons belonging to the passed categories.
Link Here
|
| 180 |
|
182 |
|
| 181 |
Can be used multiple times for additional category codes. |
183 |
Can be used multiple times for additional category codes. |
| 182 |
|
184 |
|
|
|
185 |
This option cannot be used alone, it must be combined with another filter. |
| 186 |
|
| 183 |
=item B<--type> |
187 |
=item B<--type> |
| 184 |
|
188 |
|
| 185 |
Writeoff debts of the passed type. Accepts a list of debit type codes. |
189 |
Writeoff debts of the passed type. Accepts a list of debit type codes. |
| 186 |
- |
|
|