From: Nick Clemens Date: Thu, 25 Apr 2019 11:10:29 +0000 (+0000) Subject: Bug 22511: Fix type role->roll X-Git-Tag: v19.05.00~296 X-Git-Url: http://git.equinoxoli.org/?p=koha.git;a=commitdiff_plain;h=a6a2e29db85dd51f99a1b112947e449b26ad0a54 Bug 22511: Fix type role->roll Signed-off-by: Nick Clemens --- diff --git a/Koha/Account/Line.pm b/Koha/Account/Line.pm index aba3183..54ca0a3 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".