From 7097fb155d9a27a527b50a8124a0bd331427fc71 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 15 Nov 2017 09:16:03 -0500 Subject: [PATCH] Bug 18790 [QA Followup] - Store the new offset for the void --- 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 a2468d0..c060b31 100644 --- a/Koha/Account/Line.pm +++ b/Koha/Account/Line.pm @@ -66,7 +66,7 @@ sub void { amount => $amount_paid, type => 'Void Payment', } - ); + )->store(); } $self->set( -- 2.10.2