From 7939fd5f9b0d50d6bb735c72e525575602bbc154 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. --- C4/Letters.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Letters.pm b/C4/Letters.pm index bfcaacbe90..5abac7aa99 100644 --- a/C4/Letters.pm +++ b/C4/Letters.pm @@ -271,7 +271,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.39.5