From 633533049ad234f8705390e4b6c78987e90b2802 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Mon, 18 Dec 2023 16:06:28 -0500 Subject: [PATCH] Bug 35596: Error in writeoff_debts documentation This patch corrects an error in the documentation of the writeoff_debts.pl script. The --type parameter accepts debit type codes, not credit type codes. To test: - Run ./misc/cronjobs/writeoff_debts.pl - Make sure the sentence for --type makes sense, grammar and spelling are correct Signed-off-by: David Nind Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer --- misc/cronjobs/writeoff_debts.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/writeoff_debts.pl b/misc/cronjobs/writeoff_debts.pl index dad36ffaf9..8d80818539 100755 --- a/misc/cronjobs/writeoff_debts.pl +++ b/misc/cronjobs/writeoff_debts.pl @@ -182,7 +182,7 @@ Can be used multiple times for additional category codes. =item B<--type> -Writeoff debts of the passed type. Accepts a list of CREDIT_TYPE_CODEs. +Writeoff debts of the passed type. Accepts a list of debit type codes. =item B<--file> -- 2.20.1