From 828508e7c99fc765755612bf045339b762a31526 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 25 Apr 2019 11:10:29 +0000 Subject: [PATCH] Bug 22511: Fix type role->roll --- Koha/Account/Line.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Account/Line.pm b/Koha/Account/Line.pm index aba318317d..54ca0a3063 100644 --- a/Koha/Account/Line.pm +++ b/Koha/Account/Line.pm @@ -73,7 +73,7 @@ sub checkout { $payment_accountline->void(); -Used to 'void' (or reverse) a payment/credit. It will role back any offsets +Used to 'void' (or reverse) a payment/credit. It will roll back any offsets created by the application of this credit upon any debits and mark the credit as 'void' by updating it's status to "VOID". -- 2.11.0