From d0fa97651f1a53bf4d6fcdb90a54478ce47dfbc2 Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 30 Jan 2025 05:56:06 +0000 Subject: [PATCH] Bug 38997: Remove outdated developer doc This change removes a line in the developer doc which is no longer relevant. There's not really much to test here. Signed-off-by: Lin Wei Li --- C4/Letters.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Letters.pm b/C4/Letters.pm index 9a4a0ee104..75c0b78ee3 100644 --- a/C4/Letters.pm +++ b/C4/Letters.pm @@ -276,7 +276,6 @@ sub DelLetter { - claim acquisition orders (claimacquisition) - send acquisition orders to the vendor (orderacquisition) - notify patrons about newly received serial issues (issue) - - notify patrons when their account is created (members) Returns undef or { error => 'message } on failure. Returns true on success. -- 2.43.0