Bugzilla – Attachment 159985 Details for
Bug 35596
Error in writeoff_debts documentation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35596: Error in writeoff_debts documentation
Bug-35596-Error-in-writeoffdebts-documentation.patch (text/plain), 1.11 KB, created by
David Nind
on 2023-12-18 21:19:41 UTC
(
hide
)
Description:
Bug 35596: Error in writeoff_debts documentation
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-12-18 21:19:41 UTC
Size:
1.11 KB
patch
obsolete
>From e9843f1f6f2883e82cd0a13643c4bea73c4c6459 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >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 <david@davidnind.com> >--- > 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.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35596
:
159984
|
159985
|
161505