|
Lines 276-282
sub DelLetter {
Link Here
|
| 276 |
- claim acquisition orders (claimacquisition) |
276 |
- claim acquisition orders (claimacquisition) |
| 277 |
- send acquisition orders to the vendor (orderacquisition) |
277 |
- send acquisition orders to the vendor (orderacquisition) |
| 278 |
- notify patrons about newly received serial issues (issue) |
278 |
- notify patrons about newly received serial issues (issue) |
| 279 |
- notify patrons when their account is created (members) |
|
|
| 280 |
|
279 |
|
| 281 |
Returns undef or { error => 'message } on failure. |
280 |
Returns undef or { error => 'message } on failure. |
| 282 |
Returns true on success. |
281 |
Returns true on success. |
| 283 |
- |
|
|